RSully / RSColorPicker

iOS color picker view with brightness control, opacity control, and delegation support.
Other
302 stars 77 forks source link

Update test project to iOS 7 #34

Closed RSully closed 10 years ago

RSully commented 11 years ago

Once the iOS 7 SDK is publicly released it would be a good idea to go through the test project and see what needs updating.

It also might be a good idea to look at the API changes and see if there are any new things we could take advantage of.

RSully commented 11 years ago

I need to look into how windows/etc are handled now. It looks like the status bar and the area under the nav bar are no longer automatically offset for our frame.

RSully commented 10 years ago

The project looks OK on 7.0 now. The next steps are to switch the UI to use IB for the example project, but that shouldn't be tied to this.