latestchatty/latest-chatty-ios

iOS 7 SDK Compilation

Closed this issue · 4 comments

I took some video to show what LC.app does with the current 3.2 codebase when compiled in the iOS 7 SDK with Xcode 5 Developer Preview 5.

The only minor code change made for this video was to comment out a line in SearchViewController that causes an immediate crash in iOS 7 (it has to do with accessing the accessoryView of the cells).

https://www.youtube.com/watch?v=LJU9a72lZHg

I am starting a new branch for iOS 7 conversion. Going to be a ton of work :(

Squeegy, any interest in running a version of LC.app converted and compiled for iOS7?

I started the conversion this week and have a decent amount of it looking and working well with iOS7-style. I have 'flip' currently working on some new iOS7-style buttons and new app icons. I should have a mostly functional app for later this week. I use TestFlight to distribute and I have the bundle identifier set so that it will install beside the current App Store app.

Love to!
UDID: cb2d281a2a495c984628d379662c6340e4e34d51

Also, if you want I can transfer ownership of the app to you, I think. That way you can do releases form now on. You are doing all the work anyway. Interested?

Oh yea that would work as long as you don't care about it not being under your developer account anymore of course. Would probably make it easier so that I don't have to bug you all the time, and if I ever get to push messages I could add the necessary entitlements and generate the certs myself. Not sure how the transfer process works, I saw Apple advertise the feature not too long ago though.. I can always transfer it back if you want/need it again.

For TestFlight, hit this link and create an account: http://tflig.ht/11YyFzB
I'll have to approve your account. Once I do, you need to login to TestFlight on the device and do their process to "connect your device" to your TestFlight account. Simple next, next, next crap.
I'll do the UDID addition to my developer account in the meantime and do a bit more work on the iOS 7 stuff before I send you and flip a build

Converting all of the nibs to use AutoLayout now and still trying to get the hang of it, so there are some minor portrait layout issues currently and a bunch of landscape issues. I had to remove the 3rd party pull-to-refresh component and haven't done the work to convert to using the native UIRefreshControl yet. Also, everything is only being done for the iPhone right now, haven't touched any of the iPad layouts yet.

See pull request: #102