João Nunes

Results 29 issues of João Nunes

I would replace the actual method implementation of + (ABAddressBookRef) addressBook; to: - (ABAddressBookRef) addressBook { if (shared) return shared; CFErrorRef errorRef; if (&ABAddressBookCreateWithOptions != NULL){ shared = ABAddressBookCreateWithOptions(NULL, &errorRef);...

![screen shot 2013-11-18 at 15 19 19](https://f.cloud.github.com/assets/1762910/1562901/0fe9daca-5054-11e3-95d0-66a2da7a0104.png) I was checking and in SO i found this: http://stackoverflow.com/questions/19948394/textviewdidchange-crashes-in-ios-7 Not sure if the problem is the same. I get it when i...

Replace your for by: for (; *str != '\0';str++) { in - (NSString *)stripWhitespace:(char *)str { at: BCTextFrame.m

if you are looking word by word by its size and the word is the last one you can calculate the las space as iOS doesn't do it too. so...

Hi, In file BCTextView.m you can replace your method by this one: - (UIImage *)imageForURL:(NSString *)URL { return [UIImage imageNamed:URL]; } So the images would work, if they are in...

``` dispatch_source_set_timer(timer, dispatch_time(DISPATCH_TIME_NOW, 0), --------> Configure here the start time, put the interval with dispatch_time or dispatch_walltime interval * NSEC_PER_SEC, 0); .... dispatch_after(dispatch_time(DISPATCH_TIME_NOW, interval * NSEC_PER_SEC), queue, ^{ dispatch_resume(timer); });...

- [ ] Activate Bio Weapon - [x] Amps charging - [x] Schedule charging

Im planning to replace StarScream with the native `URLSessionWebSocketTask`. Since this is native I will probably include the streaming back to the main library instead of adding it as a...

Hi, When i set up the left drawer the "menu-image" is not found in the pods and thus the button is not set. The image is in the pod folder....