baspellis

Results 3 issues of baspellis

When setting UITableView backgroundColor with NUI the refreshControl disappears in iOS7. No such behaviour when backgroundColor is set in Interface Builder. Issue seems to be isolated to iOS7 only.

Log messages that contains a semicolon are not replaced correctly. For example: `console.log("Ok;");` or `console.log(["Test", "Ok"].map(function(s){return s;}));` I've added two unit tests that are failing with the current code. This...

For iOS a sampling rate of 44,100 Hz is hardcoded. For newer iOS devices the sampling rate is 48,000 Hz. This causes a crash on setup. Sampling rate is for...