Web系エンジニア??が初めてiOSアプリをSwiftで開発してみて役に立ったなぁと思った記事のリンク集です。
自サーバーと連携するレコーディングアプリというかリファレンスアプリというか、を作りました。
バックエンドはRailsで作ったこともあり、そのときの記事もちょっと載せています。
更新:2015/9/18
iOS
Tips
Guideline
Reference Web Sites
UI Samples
Swift
Doc
Code Samples
Test
Staging
Grammer
Type, cast
String
Array
Dictionary
tuple
Optional
Filtering
NSDate
- [Swift] NSDateを拡張する 2014.12.29
- Swiftで現在日時を取得し、様々なスタイルで出力する方法
- Unicode Technical Standard #35 LOCALE DATA MARKUP LANGUAGE (LDML)
- How to convert a date string from Rails into Swift
Image Cache
file read
errors
Overview
In-App Purchase
TableView
- how to make simple table view
- trans data
- How do I set the background image size of a table cell in swift?
- TableViewに背景画像を出す
Index
- iOS Programming 101: Adding Section and Index List in UITableView
march 18, 2014 - Indexed Table View Tutorial in iOS8 with Swift
May 18, 2015
Section
Accessory
Custom Cell
- UITableView and UITableViewCell Customization in Swift
- (Youtube)UITableView Customization in Swift. Building Airbnb Discover page
Search
- UISearchResultUpdating
- Add Search to Table View Tutorial in iOS8 with Swift
February 09, 2015 - UISearchController in Swift - Xcode 7 iOS 9 Tutorial
June 27, 2015 - http://shrikar.com/swift-ios-tutorial-uisearchbar-and-uisearchbardelegate/
UIImageView
UIViewController
UI
Button
Color
- How to Create a UIColor in Swift
January 15, 2015 - RGB Color Chart
- RGB or HEX to Decimal Color Converter
- 色を表示させられます
LaunchScreen
hide status bar
hide back button of navigation bar
PageControl
Walkthrough
Switch
Alert
Pop-Up
Page
ActivityIndicator
- https://github.com/erangaeb/dev-notes/blob/master/swift/ViewControllerUtils.swift
- https://github.com/icanzilb/SwiftSpinner
hidden
disable event
NavigationController and TabBarController
- coexistence of NavBar and TabBar
- 複数のバーボタンアイテムのナビゲーションバーを追加する方法
5月 5, 2015 - Changing Bar Color in Swift
- Change Color Back Button in Navigation Bar
Network
Alamofire
Net(Image Upload)
NSUserDefaults
Realm
Realmはバージョンアップが激しいので基本的にOfficialを見るのがいいかと思います。
以下はとても参考になりましたが、バージョンが古い可能性もあるので、要確認。
relation
migration
filter
SpriteKit
Facebook SDK
使いづらいので、APIを直に叩く様にした!
Login
- Facebook Login in Swift - Xcode 6.3 iOS 8.3 Tutorial
- Tutorial: How To Use Login in Facebook SDK 4.1.x for Swift
- A simple swift login implementation with Facebook SDK for iOS version 4.0
FBSDKProfile
Instagram API
- Instagram Developer Site - api endpoint
- Instagram Developer Site - restrict api request
- redirect_uri for ios app
- redirect_uri for oauthswift
OAuthSwift
Yahoo!
SwiftyJSON
Util
Background fetch
Carthage
Fabric
Beta
Others
- plistはプロジェクトルートにおいておかないとエラるっぽい
- そもそもあんまりファイルパスやディレクトリをいじってはいけない
Materials
Free Images
Rails
Guideline
Rails Engine
Admin
Rspec
api
- Rails でつくる API のテストの書き方(RSpec + FactoryGirl)
- Rails API Testing Best Practices
By Matthew on August 15 2013 - Robust Mobile Clients (v2) by Z
- Designing for Reuse:Creating APIs for the Future