Posts by Nathan Hegedus • 171 points
3 posts
-
1
votes2
answers51
viewsA: Optimize Nspredicate with Magicalrecord
iTSangar, Try to place this process inside a thread dispatch_async(dispatch_get_global_queue( DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ });
-
1
votes1
answer130
viewsA: Keep banner layout on the screen between an iPhone 4 and an iPhone 5
James, 1 - Disable the autolayout Autolayout off http://imagizer.imageshack.us/v2/450x400q90/674/ARs4F9.png 2 - Align down using Autosizing Autolayout off…
-
2
votes1
answer278
viewsA: Use Core Data or another API to interact with sqlite?
I particularly prefer Core Data, at first it may seem a little strange, but it is not so complex to use. If you have a version of your app for Android I recommend that you use Sqlite direct, so you…