5
5

More than 3 years have passed since last update.

iOS開発リンクまとめ

Last updated at Posted at 2020-09-03

iOS

学習コンテンツ

日本語で勉強したいならこちら
https://www.udemy.com/share/101KI4AEMedFZaQnUJ/

英語に抵抗なければこちらが一番おすすめです
Google翻訳使えば字幕もリアルタイムで日本語表示されます
ボリュームが多いので補足的に使うのがいいと思います。
https://www.udemy.com/share/101WsaAEMedFZaQnUJ/

Storyboard xib
https://techlife.cookpad.com/entry/2015/06/24/190546

twitterのiOS勉強タグ
merpay_techtalk

Objective-C

基本
http://wisdom.sakura.ne.jp/programming/objc/index.html
https://iphone-tora.sakura.ne.jp/kihon_objective-c.html
https://marycore.jp/prog/objective-c/basic-syntax/#Objective-C%E3%81%A8%E3%81%AF

文字列
http://snippets.feb19.jp/?p=427

文字列比較
https://kemworld.hatenadiary.org/entry/20101126/1290757554

@property
https://www.ecoop.net/memo/archives/objective-c-property-basics.html

メソッド

https://secondflush2.blog.fc2.com/blog-entry-78.html
https://qiita.com/Pinehead/items/a9476dcac6e39f33c282
https://publicroots.com/fmt/archives/000376.html

初期化
https://qiita.com/piyomarudayo/items/6dea25565281b8ada0f8


ファイル構成
https://qiita.com/Pinehead/items/227a7bdb04f7fc41b9b6

キーボード閉じる
https://qiita.com/FGtatsuro/items/2c328fdb4963d6fa7949

navigationitem
https://stackoverflow.com/questions/8433016/customize-navigation-bar-with-title-view

文字列連結
https://qiita.com/HarukaNishiyama/items/7e348e590585857b9a23

Swiftをインポート
https://komaji504.hateblo.jp/entry/2016/09/18/021640

ARC(-fno-objc-arc)
http://fuwattoo.blogspot.com/2013/08/xcode-arcarc.html

AutoLayout deactivate
https://stackoverflow.com/questions/27494542/when-can-i-activate-deactivate-layout-constraints

UIImageView
https://stackoverflow.com/questions/17120476/click-event-on-uiimageview-programmatically-in-ios
https://stackoverflow.com/questions/33493927/changing-just-the-height-of-the-uiimageview

弱参照
https://qiita.com/uasi/items/80660f9aa20afaf671f3

EXC_BAD_ACCESS
http://monopocket.jp/blog/objective-c/1802/

Swift

基本
https://employment.en-japan.com/engineerhub/entry/2017/05/25/110000
https://qiita.com/cabbage/items/6993b1a9280a5ab854d8

if let
https://qiita.com/boohbah/items/84e9d76a8ceaf9f56077

アンダースコア
https://www.it-swarm.dev/ja/swift/%E3%81%AA%E3%81%9C%E3%82%A2%E3%83%B3%E3%83%80%E3%83%BC%E3%82%B9%E3%82%B3%E3%82%A2%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%AA%E3%81%AE%E3%81%A7%E3%81%99%E3%81%8B%EF%BC%9F/828397962/

タプル
https://qiita.com/funacchi/items/329143aa3983a5f56ec4

メソッド
https://ja.stackoverflow.com/questions/8673/swift-%E3%81%AE%E5%89%8D%E3%81%AE%E7%9C%81%E7%95%A5%E3%81%95%E3%82%8C%E3%81%9F%E6%96%87%E3%82%92%E6%95%99%E3%81%88%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84-aspectfill%E3%81%A8%E3%81%8B-nearest%E3%81%AA%E3%81%A9

引数(_:)
https://stackoverflow.com/questions/30876068/what-is-in-swift-telling-me

ハイパーリンク
https://qiita.com/shtnkgm/items/0009ef445a96126d7b16
https://qiita.com/shoya/items/4696a0ead61237e236f4

UILabel
http://swift-labo.net/2017/04/26/245/
http://iphone-app-program.com/uikit/uilabel/linebreak/
https://i-app-tec.com/ios/uilable-utilites.html

UITextView
https://blog.77jp.net/uitextview-swift-japanese-document-xcode

UIImage(色)
https://dev.classmethod.jp/references/ios-7-uikit-template-image/

UIButton
https://swift.tecc0.com/?p=677

navigationitem
https://qiita.com/unicoonn1/items/a54552e020bc0fcb869c

AutoLayout deactivate
https://dev.classmethod.jp/articles/autolayout-dynamic-switching/

UI
https://www.journaldev.com/22040/ios-uiscrollview-zoom

swift_version
https://qiita.com/shu26/items/840da0d475cac43addad

OpalImagePicker
https://iosexample.com/a-multiple-selection-image-picker-for-ios-written-in-swift/

CollectionView
https://www.hfoasi8fje3.work/entry/2019/02/14/000000
https://qiita.com/Sho-heikun/items/64cf199b79bf0d32e885

General

互換
http://blog.f60k.com/objective-c%E3%81%A8swift%E3%81%AE%E7%B5%84%E3%81%BF%E5%90%88%E3%82%8F%E3%81%9B%E6%96%B9%E3%81%AE%E3%81%BE%E3%81%A8%E3%82%81/
https://qiita.com/edo_m18/items/861d090a5471f4f0eeae

メソッド名相互互換
https://ja.stackoverflow.com/questions/57633/swift%E3%81%A8objective-c%E6%B7%B7%E5%9C%A8%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6

環境構築
CocoaPods(ライブラリ管理)
https://qiita.com/ShinokiRyosei/items/3090290cb72434852460

AutoLayout
https://type.jp/et/feature/3112
https://medium.com/@shiba1014/%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E4%BD%9C%E3%82%8Bauto-layout%E3%81%BE%E3%81%A8%E3%82%81-274f14043393
https://rightcode.co.jp/blog/information-technology/swift4-autolayout-takagai#2
https://qiita.com/dddisk/items/8001598ea7951bcdcc30

xib
https://dev.classmethod.jp/articles/xib/

制約削除
https://qiita.com/Atsushi_/items/f7930dd00a2c2ea464cd

ブリッジヘッダーファイル(SwiftにObjective-C継承)
https://ez-net.jp/article/46/UeqrH7tF/iZxARfSyk2iO/
https://qiita.com/Utree/items/c864ce771db8a3e42b57

Localizable.strings
https://qiita.com/de_kichi/items/b7b12a03871c3f3bb73f

ライフサイクル
https://qiita.com/motokiee/items/0ca628b4cc74c8c5599d
https://www.aguuu.com/archives/2011/02/iosuiviewcontrollerlifecycle/

画像サイズ
https://qiita.com/rkamiya/items/317a50a7599ea61a69ab
https://qiita.com/Saayaman/items/a23519ff5a8ad287cf20

画像丸くする
https://logist3.com/swift-imageview/
https://teratail.com/questions/203552
https://qiita.com/yuch_i/items/b4612fae110254c816f4

indentifierエラー(xib)
https://stackoverflow.com/questions/7797052/xcode-4-2-cell-reuse-indentifier-in-nib-cell-does-not-match-the-identifier-us

ATSエラー
https://program-life.com/211

Swiftify(言語互換)
https://swiftify.com/#/converter/code/

プロトコル、デリゲート
https://qiita.com/mochizukikotaro/items/a5bc60d92aa2d6fe52ca

MFMailComposeViewController(メーラー)
https://qiita.com/Simmon/items/24735d2211d67cf668f7
https://lab.dolice.net/blog/2014/01/09/objc-mf-mail-compose-view-controller/

テスト課金
https://nekuramakura.com/post/998

CustomView
http://harumi.sakura.ne.jp/wordpress/2019/01/26/xib%E3%81%A7%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0%E3%83%93%E3%83%A5%E3%83%BC%E3%82%92%E4%BD%9C%E6%88%90%E3%81%99%E3%82%8B/
https://qiita.com/kikuchy/items/f1d6731d804b63cf7a29
https://qiita.com/reikubonaga/items/cb52dea471cfe1640773

NSLog非推奨
https://matome.naver.jp/odai/2134871769730153001

メモリリーク(xcode)
https://qiita.com/MaShunzhe/items/8073d32d7aee28578cab
http://blog.penginmura.tech/entry/2019/08/15/084629?utm_source=feed
http://www.zero4racer.com/blog/88
https://qiita.com/ryu1_f/items/201275f9ac3af1ec9e64

Xcodeショートカット
https://techblog.timers-inc.com/entry/2016/12/15/090000

Xcode local history
View -> Navigators -> Show Source Control Navigator

5
5
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
5
5