"《iOS Recipes (第1版)》(iOS Recipes: Tips and Tricks for Awesome iPhone and iPad Apps)英文文字版/更新EPUB版本/更新源代碼[PDF]"介紹
中文名: iOS Recipes (第1版)
原名: iOS Recipes: Tips and Tricks for Awesome iPhone and iPad Apps
作者: Paul Warren
Matt Drance
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新EPUB版本/更新源代碼
出版社: Pragmatic Bookshelf
書號: 978-1-93435-674-6
發行時間: 2011年07月07日
地區: 美國
語言: 英文
簡介:
內容介紹:Take your iPhone and iPad apps to the next level. You’ve seen cool features and tricks in other apps, but haven’t had the time to really look into how they’re done. We’ve got the answers for you. This book walks you through clean, reusable solutions to a wide variety of problems and patterns common to iOS development with Cocoa Touch and Objective-C. With these recipes in your arsenal, your next apps will be more polished and more maintainable than ever.
內容截圖:
目錄:
Basic UI Recipes
Add a Basic Splash Screen Transition
Stylize Your Splash Screen Transition
Animate a Custom Notification View
Create Reusable Toggle Buttons
Form Rounded Views with Textured Colors
Put Together a Reusable Web View
Customize Sliders and Progress Views
Shape a Custom Gesture Recognizer
Create Self-contained Alert Views
Make a Label for Attributed Strings
Scroll an Infinite Wall of Album Art excerpt
Play Tracks from a Wall of Album Art
Have Fun with Autoscrolling Text Views
Create a Custom Number Control
Table and Scroll View Recipes
Simplify Table Cell Production excerpt
Use Smart Table Cells in a Nib
Locate Table Cell Subviews
Organize Complex Table Views
Produce Two-Tone Table Views
Add Border Shadows for Table Views
Place Static Content in a Zoomable Scroll View
Build a Carousel Paging Scroll View
Graphics Recipes
Draw Gradient Filled Bezier Paths
Create Dynamic Images With Multiple Animations
Make Composited and Transformed Views
Animate a Gradient Layer
Reshape Shadows
Display Animated Views
Construct a Simple Emitter
Curl the Page to a New View
Networking Recipes
Tame the Network Activity Indicator excerpt
Simplify Web Service Connections
Format a Simple HTTP POST
Upload Files Over HTTP
Runtime Recipes
Leverage Modern Objective-C Class Design
Produce Intelligent Debug Output
Design Smarter User Defaults Access
Scan and Traverse View Hierarchies
Initialize a Basic Data Model
Store Data in a Category