31,721 reputation
1785140
bio website nevan.net
location Dublin, Ireland
age
visits member for 4 years, 3 months
seen 4 hours ago
stats profile views 1,689

Learning iPhone programming as I go.

On Twitter: https://twitter.com/nevanking/

Here are the iPhone apps I've written:

Mapmarks: An app for saving places you want to find again later.
http://mapmarks.org/

New York Art: A gallery browser & event finder for New York.
http://nevan.net/newyorkart

Tokyo Art: A gallery browser and event finder for Tokyo, in English and Japanese).
http://nevan.net/tokyoart

Starbucks Search: A Starbucks store finder for Japan.
http://nevan.net/starbucks/


1d
comment Must I share the Apple Provisioning Profile to all our developers always if I add a new device?
I added the text from that link. The two things seemed contradictory, but I don't think its necessary to refresh the profile. The old one should still work for any devices included in it. It seemed more like you have to refresh if you want to get the new profile, which is kind of obvious anyway.
1d
revised Must I share the Apple Provisioning Profile to all our developers always if I add a new device?
Added text from the link
1d
comment What Is the Critical Mass Necessary for iOS 7's “Near Me”
To get your app on the list, you just have to make sure a lot of users use/download it while they are in a certain area. But this question isn't answerable or programming related, so voting to close.
1d
awarded  Guru
Jun
15
awarded  Nice Answer
Jun
15
awarded  Great Answer
Jun
14
revised Xcode 4.6.2 app crashes on every second run
more detail
Jun
13
revised iOS app crashing every other launch, can't find error
it got fixed.
Jun
12
awarded  Good Answer
Jun
11
awarded  Notable Question
Jun
10
comment Adding a UIScrollView to an existing view with lots of objects… how to easily make whole view scrollable?
I'm not sure why the layout would change. If you have a complicated layout, you should do it in Interface Builder. If you want the scroll view to scroll, you'll have to set its content size property.
Jun
9
answered Adding a UIScrollView to an existing view with lots of objects… how to easily make whole view scrollable?
Jun
8
answered iPhone app, chance of being rejected by apple, a lot of locally saved images
Jun
8
awarded  Nice Answer
Jun
7
awarded  Notable Question
Jun
6
comment Programmatically open Maps app in iOS 6
@ChristopherSchardt There's something in the docs about MKMapItem being used (internally) pre-iOS 6, that's why Apple recommends the special [mapItemClass respondsToSelector:@selector(openMapsWithItems:launchOptions:) check.
Jun
6
comment Xcode 4.6.2 app crashes on every second run
I think the time it takes to clean the build is just doing the same thing, making you wait a few seconds.
Jun
6
answered Xcode 4.6.2 app crashes on every second run
Jun
6
revised Xcode 4.6.2 app crashes on every second run
edited title
Jun
6
revised iOS app crashing every other launch, can't find error
added 13 characters in body