LoginSignup
1
0

More than 3 years have passed since last update.

【自分用メモ】iOSの開発メモ

Last updated at Posted at 2019-07-12

開発全般

既存ソースの実行時のメモ

  • Bundle Identifierの変更
  • carthageの実行

(例)

$ carthage bootstrap --platform iOS --no-binaries

UI

UIPresentationController

定数・変数

Objective-C

リソース管理

File

FileManager

ディレクトリ構成とか

ダウンロード&保存

オンデマンドリソース

オンデマンドリソースでiOSアプリを軽くする

LocalAuthentication

Face ID / Touch Id

配布方法

テスト

その他

.plist

var filePath = NSBundle.mainBundle().pathForResource("test.plist", ofType: nil )
var dic = NSDictionary(contentsOfFile: filePath!)

NS

  • NS = NeXTStep

code snipetts

UITextViewへのリンクの埋め込み

HyperLink表示

URLをそのままリンク化する場合

<a>タグを使う方法

1
0
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
1
0