Permabanned
- Joined
- 9 Aug 2008
- Posts
- 35,711
Anyone got any apps in the app store yet?
Tunney, what is your new app going to be based around? Any shots?
I'll post here when it's ready for release. Shouldn't be too much longer now.
Really enjoying the new auto-layout options in iOS6. They're going to make things so much simpler!
They don't work properly some of them in xCode 4.3, unsure why but following his tuts don't work some of them.
EDIT: The sample files work fine it's just the code that doesn't, while watching and doing the tuts.
What Xcode version are you using?
They probably don't work due to ARC. Quite easy to work around/fix
Was thinking about having a play around but Xcode is mac only!
Sorry, only just seen this.
I'm using the Xcode 4.5 developer preview.
I've been working on my latest app, an Enigma Machine simulator that lets you sms the encrypted text. Works well but I think I'll add on a whole heap of info regarding its history and how it works. The encryption routine was particularly interesting as I was wanting to emulate the physical rotors and reflector found in the real device. One of those things that's simple once done but tricky to get your head round when doing.