| bio | website | |
|---|---|---|
| location | San Francisco, CA | |
| age | 23 | |
| visits | member for | 1 year, 4 months |
| seen | 30 mins ago | |
| stats | profile views | 24 |
Doing a bunch of iOS development currently
|
May 11 |
awarded | Popular Question |
|
Mar 13 |
comment |
Serializing asynchronous methods Are they all NSOperations? |
|
Mar 13 |
revised |
Objective c macro that checks the device deleted 88 characters in body |
|
Mar 13 |
comment |
Objective c macro that checks the device It is my bad coding habit from when I learned to program. |
|
Mar 13 |
answered | Objective c macro that checks the device |
|
Mar 12 |
revised |
Core Data Count (Or distinct) edited body |
|
Mar 12 |
answered | Core Data Count (Or distinct) |
|
Mar 7 |
awarded | Yearling |
|
Mar 7 |
answered | Hiding custom UITabBar |
|
Mar 7 |
answered | core data in background |
|
Mar 7 |
comment |
Hiding custom UITabBar Are you setting the tabBarController to the rootViewController in AppDelegate? I programmatically do that and am able to access the tabBarController whenever needed. |
|
Mar 6 |
awarded | Notable Question |
|
Mar 5 |
awarded | Caucus |
|
Mar 1 |
accepted | Preventing Core Data Duplicates with validateForInsert |
|
Mar 1 |
revised |
Preventing Core Data Duplicates with validateForInsert updated with code |
|
Feb 26 |
awarded | Nice Question |
|
Feb 1 |
answered | iOS tableView cell caching issues not loading every cell |
|
Jan 30 |
comment |
ios - NSFetchResultsController error with sortDescriptors First thing that jumps out is that you're trying to sort on a relationship and not an attribute? |
|
Jan 30 |
comment |
What property should I use for a Dispatch Queue after ARC? @Arvin Something changed with 6.1 that affected this. It complained about attribute and removing it seems to work now. I haven't run into any issues so I'm guessing property (readwrite, strong, nonatomic) dispatch_queue_t queue is safe? |
|
Jan 25 |
accepted | Performance of Core Data Fetch against Disk Lookup |