mayakovski wrote:No love on Xcode 4.0, code loads into editor fine, but when simulator is launched it goes to the splash screen and just stays there
Just had a look - seems the issue is to do with this line...
- Code: Select all
dyld: Symbol not found: _OBJC_CLASS_$_AVCaptureDevice
... which is connected with the flashlight code. Seems to be an issues with the AVFoundation library not loading or not being found.
I'll see if I can fix it to work with earlier versions in my next commit - but for now you either run on the iPhone 4.3 simulator or delete flashlight.h & flashlight.m and it should work back to 4.0.
Regarding the NavBar icon colour & custom icons, short answer is.... I don't know how!

it's something that I want to be able to use in an app as well. It's definitely possible as I've seen other apps doing this but the problem I have at the moment is not being able to access the way native controls are created in NimbleKit. Sunny said he is adding a method to do this in NK 2.0 so hopefully that will make things easier - but I'll keep trying and if I figure it out before then, I'll add it for sure.
