Wrap-Up

images/src/UserInterface/simulator-tweet-compose.png

In this chapter, we’ve gotten our first project built, launched, and sending data to the Internet. We downloaded and installed Xcode, created a view-based project, and started customizing it. We customized the user interface, and set up autolayout constraints to deal with different device sizes and orientations. We connected the UIButton in the storyboard to a method in our ViewController by way of an action. Then we implemented that action method to show iOS’s default tweet-composer UI. When it was all done, with just a little bit of code and UI tweaking, we ended up with an app that sends tweets. Not bad for one chapter’s work.

Now that ...

Get iOS 8 SDK Development, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.