396 reputation
213
bio website jericatruax.com
location Snohomish, WA
age 31
visits member for 1 year, 5 months
seen 4 hours ago
stats profile views 204

A software developer, blogger, crafting and fashion enthusiast, video editor, and model.....with a lurve for people.


Apr
8
comment AFNetworking doesn't timeout for up to 1 minute on connection failure
In these cases, it's probably good to use Reachability before calling AFNetworking.
Mar
4
awarded  Caucus
Feb
9
awarded  Popular Question
Feb
1
comment Multiple “Format String Issue” warnings in JSONKit.m after upgrading to PhoneGap 2.0 on iOS
this worked for me for Xcode 4.6 as well
Jan
23
comment Why does NSFileManager return TRUE on fileExistsAtPath when there is no such file?
Yeah and I was running into the same race condition where I delete a file and check too quickly if it exists and it still thinks it exists. I may eventually setup a memory cache of file listings instead or try checking via directory listing or something.
Jan
23
comment Why does NSFileManager return TRUE on fileExistsAtPath when there is no such file?
thanks for the clarification. I came across the page because I was looking for a way to check for files existing (without needing to necessarily read from them right away) to show a listing. So in that case, when considering larger files, it would possibly be a performance hog.
Jan
22
comment Why does NSFileManager return TRUE on fileExistsAtPath when there is no such file?
this is a horrible resolution when you consider large files. You don't want to be loading large files into memory just to check if they exist =/
Jan
18
accepted Modal view gets moved to the back when autorotating with MGSplitViewController in iOS 5.x
Jan
16
comment Push View Controllers from Modal View in Storyboard
Your secondary error "[UINavigationController setTransactionDate:]: unrecognized selector sent to instance"....You are trying to set the transaction date on the navigation controller that is presented modally. You need to dig deeper into the navigation controller to get the actual transactiondateviewcontroller out before setting the transaction date ;)
Jan
16
comment Conditionally loading a storyboard file and the first scene from the AppDelegate
How/where are you creating the UIWindow? And have you removed any storyboard references from the Info.plist?
Jan
16
answered Modal view gets moved to the back when autorotating with MGSplitViewController in iOS 5.x
Jan
15
revised Modal view gets moved to the back when autorotating with MGSplitViewController in iOS 5.x
added 187 characters in body
Jan
15
answered Known effort to update MGSplitViewController for iOS5 and Storyboards?
Jan
15
asked Modal view gets moved to the back when autorotating with MGSplitViewController in iOS 5.x
Jan
15
comment iOS 6 UIGestures (Tap) stops working with QLPreviewController
I'm curious to know if there's a solution or workaround though
Jan
8
comment new ViewControllers causing Black screen
This also happens when you name a property loadView. Whoops! =P
Dec
12
awarded  Yearling
Nov
22
awarded  Notable Question
Nov
19
accepted Finder NSService Context Menu errors with: Cannot find service provider for selector
Nov
19
answered Finder NSService Context Menu errors with: Cannot find service provider for selector