最近の記録

recent · 49 posts
2015.02.28 · 4 min #HobjectiveRecord#CocoaPods

자작 라이브러리를 CocoaPods에 등록

HobjectiveRecord라는 CoreData용 라이브러리를GitHub에 공개하고CocoaPods에도 등록한 메모 GitHub상의 파일구조

2015.02.24 · 5 min #iOS#AutoLayout

UITableViewCellのAutoLayoutの警告と回避策

警告内容12345678910111213CoreDataTest[2010:60b] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSLayoutConstraint:0x17ee8ba0 V:[UILabel:0x17efb790(20)]>", "<NSLayoutConstraint:0x17edd410 V:|-(2)-[UILabel:0x17efb790] (Names: '|':UITableViewCellContentView:0x17eeb260 )>", "<NSLayoutConstraint:0x17edf100 V:[UILabel:0x17ee4a70]-(0)-| (Names: '|':UITableViewCellContentView:0x17eeb260 )>", "<NSLayoutConstraint:0x17edec60 V:[UILabel:0x17efb790]-(2)-[UILabel:0x17ee4a70]>", "<NSAutoresizingMaskLayoutConstraint:0x17f33410 h=--& v=--& V:[UITableViewCellContentView:0x17eeb260(0)]>")Will attempt to recover by breaking constraint <NSLayoutConstraint:0x17ee8ba0 V:[UILabel:0x17efb790(20)]>Break on objc_exception_throw to catch this in the debugger.The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.

2015.02.24 · 2 min #iOS#AutoLayout

UILableのAutoLayoutの警告と回避策

警告内容

2015.02.21 · 6 min #iOS#Objectivc-C

Objective-C의 클래스 초기화

+ (void)initialize를 이용 + (void)load를 이용 __attribute__((constructor))를 이용 *이 설명은 동적로드등에 의한 거동은 고려하지 않음

2015.02.21 · 6 min #iOS#Objectivc-C

Objective-Cのクラス初期化

+ (void)initializeを利用 + (void)loadを利用 __attribute__((constructor))を利用 *こちらの説明は動的ロードなどによる挙動は考慮してないです

2015.02.10 · 3 min #iOS#Xcode

Xcodeの有用な起動時引数

CoreData関連 -com.apple.CoreData.SQLDebug [1,2,3]

2015.02.10 · 2 min #iOS#Xcode

Xcode의 유용한 기동시 인수들

CoreData 관련-com.apple.CoreData.SQLDebug [1,2,3]

2015.02.02 · 3 min #Github Pages#Hexo

Github Pages & Hexoでブログ開始

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

2015.02.01 · 3 min #Github Pages#Hexo

Github Pages & Hexo 로 블로그 시작

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