ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب IPhone SDK development

دانلود کتاب توسعه SDK IPhone

IPhone SDK development

مشخصات کتاب

IPhone SDK development

ویرایش:  
نویسندگان: ,   
سری: The Pragmatic Programmers 
ISBN (شابک) : 9781934356258, 1934356255 
ناشر: Pragmatic Bookshelf  
سال نشر: 2009 
تعداد صفحات: 552 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 11 مگابایت 

قیمت کتاب (تومان) : 45,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 16


در صورت تبدیل فایل کتاب IPhone SDK development به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب توسعه SDK IPhone نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Contents......Page 5
Beta 9---January 16......Page 10
Beta 6---November 21......Page 11
Beta 5---November 14......Page 12
Beta 2---October 3......Page 13
Gearing up......Page 15
Create the Hello iPhone Project......Page 17
Creating a simple Interface......Page 19
Rotating the Text---adjusting the UI......Page 22
Rotating the Text---adjusting the code......Page 23
Code Navigation......Page 24
Running your app on your iPhone......Page 25
iPhone Development Fundamentals......Page 27
Coding in Objective-C......Page 28
Working with Xcode and Interface Builder......Page 30
Anatomy of your iPhone application......Page 40
Customizing behavior with delegation......Page 42
Managing Application Memory......Page 45
Accessing Variables as Properties......Page 46
Takeaway: Stuff to Remember......Page 48
View Controllers start to finish......Page 50
Multiple View Controllers......Page 53
Creating and Connecting your Outlets......Page 55
Creating the new View Controller......Page 57
The Second View Controller......Page 61
The Editing View Controller in Interface Builder......Page 63
Our first table view app......Page 66
Getting the table view to display cells......Page 67
Improving performance by reusing cells......Page 69
Deleting rows......Page 71
Inserting rows......Page 73
Sliding in a view for adding data......Page 75
Hooking the interface up to its view......Page 76
Presenting the data entry view......Page 78
Configuring a text field and its keyboard......Page 79
Passing user input back to the table view controller......Page 80
Updating the table view......Page 81
Designing Table Cells with Interface Builder......Page 82
Navigating through Mail......Page 90
The Navigation Controller......Page 91
Navigation Based Applications......Page 92
Pushing View Controllers......Page 95
Customizing the Navigation Bar......Page 96
Popping View Controllers......Page 101
When to use tabs......Page 103
Creating a Tab Bar Controller......Page 105
View Controllers in Tab Controllers......Page 106
Many Controllers......Page 110
File I/O......Page 114
Exploring Your Filesystem......Page 115
Reading Data From Files......Page 126
Asynchronous File Reading......Page 129
Creating and Deleting Files and Directories......Page 132
Writing Data To Files......Page 135
Displaying a Flippable Preference View in Your Application......Page 138
Using the System Settings Application for Preferences......Page 146
Loading Preferences Configured in the Settings Application......Page 153
The SQLite Database......Page 155
Creating Your Database......Page 156
Putting Your Database on the Device......Page 158
Using Your Database on the Device......Page 160
Building a Browser in 10 Minutes with 4-1UIWebView......Page 168
Reading Data from the Network......Page 173
Handling HTTP Authentication......Page 179
Using Ad Hoc Network Services with Bonjour......Page 186
Event Model......Page 195
Tracking Touches......Page 197
Tapping......Page 199
Multi-Touch Gestures......Page 201
Drawing Model......Page 207
Vector Drawing......Page 208
Paths......Page 210
Graphics Context......Page 216
Redisplaying a View......Page 219
Drawing Images and Photos......Page 221
Basic Image Drawing......Page 222
Customizing the Image Display......Page 223
Image Picker......Page 225
Intro to Core Animation......Page 231
Animating UIView......Page 232
Layers......Page 238
OpenGL ES......Page 241
Video Playback with 4-1MPMoviePlayerController......Page 245
Supported media formats......Page 250
Playing Compressed Audio with 4-1AVAudioPlayer......Page 252
Using 4-1AVAudioPlayer\'s properties......Page 258
Using 4-1AVAudioPlayer\'s level metering......Page 261
Using the Procedural-C APIs......Page 266
Getting metadata from audio files......Page 269
Defining Audio Behavior......Page 272
Playing System Sounds......Page 279
Knowing Where......Page 286
Location Updates......Page 291
Accelerometer......Page 296
Getting device orientation......Page 297
Getting raw accelerometer data......Page 298
Filtering accelerometer data......Page 305
Streaming Media Concepts......Page 311
The Core Audio Frameworks......Page 314
Recording with Audio Queue Services......Page 315
Playback with Audio Queue Services......Page 328
Converting Audio Formats......Page 337
Next Steps......Page 345
Address Book UI......Page 346
People Picker Delegate......Page 347
Creating and Configuring the People Picker......Page 349
Person Controller......Page 350
Adding New Contacts......Page 352
Launching Other Applications......Page 356
Becoming Integration Ready......Page 358
Debugging......Page 362
Understanding and Fixing Build Errors......Page 363
Understanding and Fixing Importing/Linking Errors......Page 365
Using iPhone SDK Documentation......Page 367
Understanding and Fixing Interface Builder Errors......Page 369
Debugging......Page 372
Performance Tuning......Page 380
Investigating Performance with Shark......Page 381
Investigating Performance with Instruments......Page 385
Investigating Performance with the Clang Static Analyzer......Page 390
Before and After......Page 398
Starting Right......Page 399
Polish......Page 402
Beta-Testing......Page 403
Promoting your Application......Page 405
Bibliography......Page 407
F......Page 408




نظرات کاربران