平成30年5月15日(火曜日)
【DerivedData】の削除により、何とか解決!!
以下参考サイト!!
Could not insert new outlet connection: Could not find any information for the class named
平成30年5月15日(火曜日)
【DerivedData】の削除により、何とか解決!!
以下参考サイト!!
Could not insert new outlet connection: Could not find any information for the class named
平成30年5月15日(火曜日)
今回は、cell内のsegment_sw操作をmasterviewにて知る方法として、以下参考により、OK!!
但し、superviewの階層は、それぞれの環境により、要調整!!
TableViewCellにボタン付けていろいろやる
平成30年5月11日(金曜日)
Passing Data Between View Controllers in iOS: The Definitive Guide
protocol conformance that has a class bound
delegateをweakで宣言する際にprotocolにclassを継承する理由
apple
NSFetchedResultsController
Swift NSFetchedResultsController Trickery
平成30年5月5日(土曜日)
平成30年4月19日(木曜日)
Object Oriented Programming in Swift
CallKit iOS Swift Tutorial for VoIP Apps (Super Easy)
平成30年4月4日(水曜日)
複数のstoryboard
[iOS swift] ContainerViewをプログラムで作りたい
プロジェクト名 ContainerViewConstraints
UITableViewCell auto height based on amount of UILabel text
[swift] PopoverPresentationControllerの実装とタップした時にメインViewにタップ情報を反映させる方法
平成30年5月10日(木曜日)
xcodeを2つ立ち上げ、パーツをcopyした場合に発生。outletのリンクを切ること。
平成30年5月6日(日曜日)
coredata(経過版 未完成)
forecasterplus_2018_m_detall_with_core_A
forecasterplus_2018_m_detall_with_core_B_CSV
coredata(完成版 基本版 AppDelegate、Predicateまで)
csv2core_AppDelegate
CollectionView版
csv2core_CollectionView_searchBar_ A(経過版 動作可)
csv2core_CollectionView_searchBar_ B(動作)
Table版
csv2core_master_detail(searchbar無し 動作)
csv2core_master_detail_searchBar (search-bar table有り 動作)
csv2core_master_detail_searchBar_A(searchbar navigation 有り 動作)
平成30年5月3日(木曜日)
Swiftでは関数も型を持ったオブジェクトなのでプロパティとして代入することができます。
その他、プロパティ監視
プロパティ値が設定される前と設定された後に処理を行うことができます。この機能をプロパティ監視と呼びます。
値が変更される前に、willSet()が呼ばれます。また、値が変更された後に、didSet()が呼ばれます。
CocoaやUIKitを使ったアプリケーションの開発では、デリゲートパターンを多用します。デリゲートパターンは、イベントに応じて他のオブジェクトにイベントを通知したり処理を委譲するパターンですが、プロパティ監視を使うと、値の変更に応じたイベントの通知を簡単に実装することができます。
プロパティ
平成30年5月2日(水曜日)
apple
Handling Pan Gestures
// 一部修正(swift4)して、可動。
Swift : setup a Pan Gesture left to right
MrAlek/hamburger.swiftを↑にて、修正。こちらも可動!!