태그>autolayout(총 10개의 글)
'autolayout' 관련 최근글
-
- url 클릭 되는 label 만들기
-
공부가 본업. by 언제나19|2015/03/27 23:19
보통은 ios6 이하로도 쓸 수 있는https://github.com/TTTAttributedLabel/TTTAttributedLabelhttps://github.com/NimbusKit/attributedlabelhttps://github.com/AliSoftware/OHAttributedLabel TTTAttributedLabel 을 써 봤지만, 일본어가 제대로 표시되지..
ios, AutoLayout, TextKit, KILabel, ios7
- url 클릭 되는 label 만들기
-
- TTTAttributedLabel 높이 계산은 dummy로 하기
-
공부가 본업. by 언제나19|2015/02/09 18:38
아, ios7까지의 height 계산 싫다.auto layout쓰니까 더 잘 안 된다 UILabel sizeToFit doesn't work with autolayout ios6 게다가 TTTAttributedLabel/TTTAttributedLabel가 자체적으로 안고 있는 sizing 문제도 많았었네.계산은 포기해야 하겠다.계산용으로 d..
- TTTAttributedLabel 높이 계산은 dummy로 하기
-
- ios cocoa auto layout을 쓸 때 애매했던 것들
-
공부가 본업. by 언제나19|2014/10/03 20:54
다른 view랑 크기를 같게 또는 비례하게 지정할 때가 있는데,각 가장자리를 같게 하는 방법이 있다.그런데, margin의 영향이 있다.Leading.margin 또는 width, height를 같게 만들고, 두 점을 고정하는 방법이 있다.CenterX, CenterY,size가 0일 경우 결과가 다를..
- ios cocoa auto layout을 쓸 때 애매했던 것들
-
- ios에서 Cocoa Layout Instrument으로 auto layout debugging
-
공부가 본업. by 언제나19|2014/06/04 19:34
에서는 mac os x에서만 사용할 수 있는 것처럼 적혀 있는데, Where is the AutoLayout template in Instruments?대로 하면, ios에서도 사용할 수 있다. record 버튼을 누르면 앱이 시작된다. lldb debugging이랑 함께 사용하고 싶은데 할 줄 모르겠다.attach proc..
- ios에서 Cocoa Layout Instrument으로 auto layout debugging
-
- ios scroll view collection view autolayout
-
공부가 본업. by 언제나19|2014/06/02 19:21
ios auto layout을 좀 써보려고 했더니,문제가 생기는 경우가 있네. 그 중 하나가UIScrollView UICollectionView도 좀 비슷하지.두 개가 다 들어 있으면 더 골치 아프다. #//apple_ref/doc/uid/DTS40013309에서는 2가지 방법을 제안하는데, 첫 번째 방법은 content size가..
- ios scroll view collection view autolayout
-
- AutoLayout을 쓸 때 UIImageView가 알맞은 size가 되게 만들기
-
공부가 본업. by 언제나19|2014/05/28 22:52
Change UIImageView size to match image with AutoLayout UIImageView의 width, height가 다 늘어나거나 줄어들게 할 경우에는 UIViewContentModeScaleAspectFit 만으로도 충분한 지도 모르겠는데,width 고정에 height는 aspectfit 으로 조절되게 하..
ios, AutoLayout, IBOutlet, InterfaceBuilder, NSLayoutConstraint
- AutoLayout을 쓸 때 UIImageView가 알맞은 size가 되게 만들기
-
- UIImageView contentMode content hugging compression resist..
-
공부가 본업. by 언제나19|2014/05/28 22:51
UIImageView contentMode에 따라서, image의 크기, 위치 등이 달라진다. How to scale a UIImageView proportionally? Cocoa Autolayout: content hugging vs content compression resistance priority
- UIImageView contentMode content hugging compression resist..
-
- 첫 프로젝트 시작 시 AutoLayout 관련 에러 제거 방법
-
깊은바다 - Idea Realizer, Innovator by 깊은바다|2012/10/12 23:40
Universial 로 아이패드, 아이폰 버전을 같이 만드는데, iOS 5.0을 기준으로 만들 것이기 때문에 storyboard가 하나씩 생성된다. 두 storyboard에 들어가서 오른쪽에 보면 6개의 탭이 있는데 그 중 가장 왼쪽의 file inspector를 살펴보면 interface builder document 라는..
ios, xcode, ios6, autolayout, storyboard
- 첫 프로젝트 시작 시 AutoLayout 관련 에러 제거 방법
-
- XCode에서 아이폰 5 (레티나 4인치) 대응하는 법.
-
깊은바다 - Idea Realizer, Innovator by 깊은바다|2012/09/26 23:16
기존에 만들어 두었던 프로젝트를 최신 버전의 XCode에서 실행하고 디바이스를 아이폰 5로 바꾸었더니#next_pages_container { width: 5px; hight: 5px; position: absolute; top: -100px; left: -100px; z-index: 2147483647 !important; } (iOS 6 시뮬레이터) 위아래가 ..
- XCode에서 아이폰 5 (레티나 4인치) 대응하는 법.
-
- autolayout을 새로 만들어 보다가 실패
-
공부가 본업. by 언제나19|2011/11/14 13:45
멋진 Cocoa autolayout videos | 2011/11/10video 를 먼저 봤다. constraint 입력하는 것까지는 만들 수 있겠는데,constraint를 풀고, layout에 적용하는 부분 구현이 문제다.어느 시점에 어떻게 적용해야 문제가 없을지.superview와의 관계도 어떻게 마무리할지. 물론..
- autolayout을 새로 만들어 보다가 실패