LoginSignup
40
39

More than 5 years have passed since last update.

Swift, iOS リファレンス (Rails関係もちょっとだけ)

Last updated at Posted at 2015-09-07

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

Image Cache

file read

errors

Overview

In-App Purchase

TableView

Index

Section

Accessory

Custom Cell

Search

UIImageView

UIViewController

Button

Color

LaunchScreen

hide status bar

hide back button of navigation bar

PageControl

Walkthrough

Switch

Alert

Pop-Up

Page

ActivityIndicator

hidden

disable event

NavigationController and TabBarController

Network

Alamofire

Net(Image Upload)

NSUserDefaults

Realm

Realmはバージョンアップが激しいので基本的にOfficialを見るのがいいかと思います。
- Realm official

以下はとても参考になりましたが、バージョンが古い可能性もあるので、要確認。
- Realm for Swift まとめ完全版
- Realmを使ってデータ管理【Swift編】-その3-

relation

migration

filter

SpriteKit

Facebook SDK

使いづらいので、APIを直に叩く様にした!

Login

FBSDKProfile

Instagram API

OAuthSwift

Yahoo!

SwiftyJSON

Util

Background fetch

Carthage

Fabric

Beta

Others

  • plistはプロジェクトルートにおいておかないとエラるっぽい
  • そもそもあんまりファイルパスやディレクトリをいじってはいけない

Materials

Free Images

Rails

Guideline

Rails Engine

Admin

Rspec

api

doc - yard

Active Job

AWS

S3

40
39
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
40
39