hmhv

UITableViewCellのAutoLayoutの警告と回避策

iOS AutoLayout
警告内容CoreDataTest[2010:60b] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one yo ...
Read more

UILableのAutoLayoutの警告と回避策

iOS AutoLayout
警告内容 Main.storyboard: warning: Attribute Unavailable: Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0   発生条件iOS ...
Read more

Objective-C의 클래스 초기화

iOS Objectivc-C
+ (void)initialize를 이용 + (void)load를 이용 __attribute__((constructor))를 이용 *이 설명은 동적로드등에 의한 거동은 고려하지 않음 1.+ (void)initialize를 이용호출 시점 클래스가 최초로 이용되 ...
Read more

Objective-Cのクラス初期化

iOS Objectivc-C
+ (void)initializeを利用 + (void)loadを利用 __attribute__((constructor))を利用 *こちらの説明は動的ロードなどによる挙動は考慮してないです 1.+ (void)initializeを利用呼ばれるタイミング クラスが最初に利用され ...
Read more

Xcodeの有用な起動時引数

iOS Xcode
CoreData関連 -com.apple.CoreData.SQLDebug [1,2,3] 実行するSQL文をログで出力1,2,3は大きくなるほど詳細情報を出力 -com.apple.CoreData.ConcurrencyDebug 1 iOS 8 から動作CoreData ...
Read more

Xcode의 유용한 기동시 인수들

iOS Xcode
CoreData 관련-com.apple.CoreData.SQLDebug [1,2,3] 실행되는 SQL문을 로그로 출력1,2,3은 커질수로 상세하게 출력 -com.apple.CoreData.ConcurrencyDebug 1 iOS 8 부터 동작멀티스레드 디버깅C ...
Read more

Github Pages & Hexoでブログ開始

Github Pages Hexo
Github Pagesって何?Github Pagesはgitのホスティングで有名なGithubが提供する無料のウェブサイトサービスだ。容量、トラフィック、広告などの制限無しで利用できる。またカスタムURLも無料で利用可能だ。ただサーバ側の処理やデータベースなどは利用できない。 例えばユー ...
Read more

Github Pages & Hexo 로 블로그 시작

Github Pages Hexo
Github Pages 란?Github Pages는 git호스팅 서비스로 유명한 Github에서 제공하는 무료 웹사이트 서비스다.용량, 트레픽, 광고등의 제약도 없다. 커스텀 URL도 무료로 제공된다. 다만 서버쪽 처리나 데이터베이스등은 제공되지 않는다. 예를들 ...
Read more
Prev Next