iOS app

JSON

Swift UITableView: Load data from JSON
http://www.kaleidosblog.com/swift-uitableview-load-data-from-json

iOS Tutorial: Loading data from an external database using JSON & Storyboards - VIDEO 3
https://www.youtube.com/watch?v=9R1ju28qFyE

AFJSONOperation UTF-8 chars?
http://www.raywenderlich.com/forums/viewtopic.php?f=2&t=3037

How To Fetch and Parse JSON Using iOS SDK
http://www.appcoda.com/fetch-parse-json-ios-programming-tutorial/

Parsing JSON in Objective-C using NSJSONSerialization
https://www.safaribooksonline.com/blog/2013/03/06/parsing-json-in-objective-c-using-nsjsonserialization/

Tutorial: Fetch and parse JSON in iOS6
http://www.touch-code-magazine.com/tutorial-fetch-and-parse-json-in-ios6/

IPhone, synchronous and asynchronous JSON Parse
http://www.hbensalem.com/iphone-2/iphone-synchronous-and-asynchronous-json-parse/


Swift

Swift resources
https://developer.apple.com/swift/resources/

Start Developing iOS Apps (Swift)
https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html

A Swift Tour
https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html

正體中文版蘋果 Swift 官方教學
https://tommy60703.gitbooks.io/swift-language-traditional-chinese/content/

初學Swift:愛恨交織的 Optional
http://www.appcoda.com.tw/swift-optional/

Swift 2 初學者指南
http://www.appcoda.com.tw/swift2/


Objective-c

Objective-c教學
http://aiur3908.blogspot.tw/p/blog-page_27.html


developer member center
https://developer.apple.com/membercenter/index.action

auto layout介紹
http://monkey-oyster.blogspot.tw/2014/10/auto-layout.html

http://ch-tseng.blogspot.tw/2015/03/swift-auto-layout.html

Creating individual layout constraints
http://commandshift.co.uk/blog/2013/02/20/creating-individual-layout-constraints/

Auto Layout in iOS 6: Keep Aspect Ratio of Image
http://www.ioscreator.com/tutorials/auto-layout-in-ios-6-keep-aspect-ratio-of-image

Loading image from URL
http://stackoverflow.com/questions/24231680/loading-image-from-url

Objective-C 快速參考
http://cms.35g.tw/coding/objective-c-%E5%BF%AB%E9%80%9F%E5%8F%83%E8%80%83/

Change string color with NSAttributedString?
http://stackoverflow.com/questions/14287386/change-string-color-with-nsattributedstring

UILabel with text of two different colors
http://stackoverflow.com/questions/6501808/uilabel-with-text-of-two-different-colors

(IOS)NSRange和NSString
http://iamnotpg.blogspot.tw/2012/07/nsrangensstring.html

Click Event on UIImageView programmatically in ios
http://stackoverflow.com/questions/17120476/click-event-on-uiimageview-programmatically-in-ios

iOS - UITapGestureRecognizer - Selector with Arguments
http://stackoverflow.com/questions/9960512/ios-uitapgesturerecognizer-selector-with-arguments

iOS 入門教學

Stack Views

http://www.appcoda.com/stack-views-intro/

Search Bar

http://patrickcrosby.com/2010/04/27/iphone-ipad-uisearchbar-uisearchdisplaycontroller-asynchronous-example.html

http://useyourloaf.com/blog/updating-to-the-ios-8-search-controller.html

How To Implement Search Bar in iOS 7 Using Storyboard
http://www.appcoda.com/search-bar-tutorial-ios7/

[iOS] 搜尋控制器 (Search Controller)
https://cg2010studio.wordpress.com/2014/11/13/ios-搜尋控制器-search-controller/

Xcode 5.1 Tutorial: iOS 7.1 Search Bar - Table View
https://www.youtube.com/watch?v=TijuWkbxP1o

iPhone/iPad UISearchBar and UISearchDisplayController Asynchronous Example
http://patrickcrosby.com/2010/04/27/iphone-ipad-uisearchbar-uisearchdisplaycontroller-asynchronous-example.html

How To Create a Custom Search Bar Using UISearchController
http://www.appcoda.com/custom-search-bar-tutorial/

如何利用UISearchController添加搜尋功能並打造客製化搜尋列
http://www.appcoda.com.tw/custom-search-bar-tutorial/

AFNetworking

https://github.com/AFNetworking/AFNetworking

http://stackoverflow.com/questions/19501652/how-to-download-image-with-afnetworking-2-0

http://www.overacker.me/blog/2015/01/12/image-caching-with-afnetworking

AFNetworking 2: How to cancel a AFHTTPRequestOperationManager request?
http://stackoverflow.com/questions/20143877/afnetworking-2-how-to-cancel-a-afhttprequestoperationmanager-request


Asyn download

[Objective-C] 使用NSURLConnection - 來取得網站資料(sendAsynchronousRequest)
http://aiur3908.blogspot.tw/2015/01/objective-c-nsurlconnection_22.html

IPhone, synchronous and asynchronous JSON Parse
http://www.hbensalem.com/iphone-2/iphone-synchronous-and-asynchronous-json-parse/

UItableView

[iPhone開發]UITableViewCell,使用tag去reuse已經建好的cell content
http://blog.finalevil.com/2012/10/iphoneuitableviewcelltagreusecell.html

ios UITableView 异步加载图片并防止错位
http://www.cnblogs.com/lesliefang/p/3906708.html

[iOS] Objective-c 對的Json操作(六) UITableView 操作 WebApi資料
https://www.dotblogs.com.tw/toysboy21/archive/2015/03/01/150593.aspx

UIScrollview

http://natashatherobot.com/ios-autolayout-scrollview/

http://blog.eddiewen.me/scrollview-with-autolayout/

https://www.youtube.com/watch?v=-lt1o_k9jUw

http://blog.changyy.org/2010/05/iphone-uiscrollview.html

iOS: How To Make AutoLayout Work On A ScrollView
http://natashatherobot.com/ios-autolayout-scrollview/#

Using UIScrollView with Auto Layout in iOS
http://spin.atomicobject.com/2014/03/05/uiscrollview-autolayout-ios/

Autolayout 中的百分比宽度
http://maogm.com/blog/percentage-width-in-autolayout.html 

有趣的Autolayout示例-Masonry实现
http://tutuge.me/2015/05/23/autolayout-example-with-masonry/

Dictionary

NSArray與NSMutableArray與NSMutableDictionary

JSON+NSMutableArray

Beyond the Basics of JSONModel

NSTimer
iOS中定时器NSTimer的使用
http://iamnotpg.blogspot.tw/2012/09/iosnstimer.html

NSTimer
http://shenfive.pixnet.net/blog/post/63800702-nstimer

Passing parameters to the method called by a NSTimer
http://stackoverflow.com/questions/4011297/passing-parameters-to-the-method-called-by-a-nstimer

Tab Bar

Change Tab Bar Tint Color iOS 7
http://stackoverflow.com/questions/18795117/change-tab-bar-tint-color-ios-7

SQLite

iOS - SQLite Database
http://www.tutorialspoint.com/ios/ios_sqlite_database.htm

iPhone 使用 SQLite 資料庫
http://pro.ctlok.com/2010/07/iphone-ipad-with-sqlite.html

FMDB:我的SQLite救星
https://bonjouryentinglai.wordpress.com/2011/03/20/fmdb:我的sqlite救星/

在iOS應用程式中使用sqlite
http://blog.maxkit.com.tw/2014/03/iossqlite.html

FMDB
https://github.com/ccgus/fmdb

在ios使用sqlite的救贖 - FMDB
http://popcornylu.blogspot.tw/2011/06/iossqlite-fmdb.html

[iOS] FMDB
http://lokanghung.blogspot.tw/2014/05/ios-fmdb.html

[iOS開發]FMDB使用教學,更簡單的SQLite操作方法
http://escbase.blogspot.tw/2013/03/iosfmdbsqlite.html

[APP開發] 透過FMDB輕鬆使用SQLite
http://www.minwt.com/mobile/apple/ios/5079.html

Share
[iOS] 使用臉書分享 (Using Facebook to Share)
http://cg2010studio.com/2014/05/02/ios-使用臉書分享-using-facebook-to-share/

Objective C: Send email without leaving app
http://stackoverflow.com/questions/4862523/objective-c-send-email-without-leaving-app

MFMailComposeViewController 的基本使用方法
http://furnacedigital.blogspot.tw/2011/09/mfmailcomposeviewcontroller.html

MFMailComposeViewController – Send email in your apps
http://www.codingexplorer.com/mfmailcomposeviewcontroller-send-email-in-your-apps/

iOS Programming 101: How To Send Email in Your iPhone App
http://www.appcoda.com/ios-programming-101-send-email-iphone-app/

iOS - Sending Email
http://www.tutorialspoint.com/ios/ios_sending_email.htm

In App Purchase

In App Purchase的實作心得分享
http://popcornylu.blogspot.tw/2011/09/in-app-purchase.html

About In-App Purchase
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction.html

其他

iOS 多國語言教學
http://ios-imaxlive.blogspot.tw/2013/07/how-to-ios-multi-language-localize.html

How to Localize App Names
https://kb.applingua.com/2011/10/how-to-localize-app-names/

Icon and Image Sizes
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html

Swift Programming Books
http://natashatherobot.com/swift-programming-books/

留言

這個網誌中的熱門文章

Java Servlet MVC web app

JavaMail透過Gmail寄信發生AuthenticationFailedException錯誤