Log In
Or create an account ->
Imperial Library
Home
About
News
Upload
Forum
Help
Login/SignUp
Index
RubyMotion
Table of Contents
Early Praise for RubyMotion
Foreword
Ruby on iOS
Hello, RubyMotion
Reading This Book
Online Resources
Acknowledgments
Chapter 1: Creating a New App
1.1 Creating a New App
1.2 Where It Begins: AppDelegate
1.3 Showing a Message with UIAlertView
1.4 Interactive Debugging
Chapter 2: Filling the Screen with Views
2.1 All About Views and UIView
2.2 Making Shapes and Colors
2.3 Adding Interaction with UIButton
2.4 Animating Views
2.5 Adding Static Text with UILabel
2.6 Making Text Dynamic with UITextField
2.7 Exploring RubyMotion Libraries
Chapter 3: Organizing Apps with Controllers
3.1 Adding a New UIViewController
3.2 Using Multiple Controllers with UINavigationController
3.3 Separating Controllers with UITabBarController
3.4 Presenting Modal UIViewController s
Chapter 4: Representing Data with Models
4.1 Writing Basic Models
4.2 Preparing Scalable Models
4.3 Changing Models with Key-Value Observing
4.4 Saving Data with NSUserDefaults and NSCoding
Chapter 5: Showing Data with Table Views
5.1 Starting with Simple Rows
5.2 Interacting with UITableViews
5.3 Sections and Indexing Tables
5.4 Swiping-to-Delete Table Rows
5.5 Grouped-Style UITableViews
Chapter 6: Testing Your Apps
6.1 Constructing Basic Tests
6.2 Testing App UI and Controllers
Chapter 7: Example: Writing an API-Driven App
7.1 Setting Up the Project
7.2 Adding Hash-Friendly Models
7.3 Making GET Requests and SearchController
7.4 POST Requests and ColorController
Chapter 8: Uploading to the App Store
8.1 Including App Resources
8.2 Archiving for Release
8.3 What’s Next?
Appendix 1: Bibliography
You May Be Interested In…
← Prev
Back
Next →
← Prev
Back
Next →