2,200 reputation
41443
bio website taptools.net
location North Carolina, USA
age 17
visits member for 1 year, 11 months
seen 2 days ago
stats profile views 198

iOS developer - co-founder of TapTools LLC.

Check out our app Trail Tracker GPS on the App Store!


May
22
comment iOS - update UI from background
So I just don't show overlays once I've passed this threshold? How do I display the data?
May
22
comment iOS - update UI from background
I don't quite understand what you mean by 'resetting' the UI when the threshold is crossed.
May
22
asked iOS - update UI from background
May
17
awarded  Notable Question
May
10
awarded  Popular Question
May
8
awarded  Popular Question
May
7
awarded  Enlightened
May
7
awarded  Nice Answer
May
5
awarded  Investor
May
5
comment GMSGroundOverlay animating - should I be using a CATiledLayer?
I'm having just the same problem, though the threshold I'm seeing for crashes is even lower. I'd love to see a solution for this.
Apr
24
awarded  Notable Question
Apr
18
awarded  Notable Question
Apr
10
comment Handling application:willChangeStatusBarFrame:
I'm adding my tab bar controller through a storyboard.
Apr
9
comment Handling application:willChangeStatusBarFrame:
I'm having trouble with this with UITabBarController. It seems like the first time -viewWillLayoutSubviews is called the tab bar doesn't exist yet, so the view's scale is set too large because the height is calculated at 460 when really with the tab bar controller, the height is 411.
Apr
3
asked CLLocation speed discrepancy
Apr
3
comment App Crashing using popViewControllerAnimated:YES
Seems you are accessing deallocated memory somewhere. Some likely scenarios are: You have some sort of repeating method/timer that continues after the view controller is popped, causing a message to be sent to the deallocated instance, or some code is trying to access or do something with your view controller after it is popped.
Apr
3
comment App Crashing using popViewControllerAnimated:YES
Can you add some info about the crash? Exception name, stack trace, etc.
Mar
27
awarded  Notable Question
Mar
22
awarded  Notable Question
Mar
21
awarded  Popular Question