Concept of Objective-C
Class Clusters Class Factory Methods They combine allocation and initialization in one step and return the created object. (type)className id type : Objective-c object type pointer. void*과는 다르다. Delegeates and Data Sources callback 같은거. 역할, 위임.. respondser object. protocol은 일종의 규약, 규칙.. 추상화를 위한 키워드. Java의 interface같은고 (cf. Objective-c의 interface는 implementation 설계) Introspection Java의 Reflection..
이 주의 공부/iOS
2019. 6. 4. 21:33
UITextView의 미세한 padding 없애기
UITextView 자체에는 작은 inset? padding이 들어가 있는데 코드 두 줄로 없앨 수 있다 [self.textView.textContainer setLineFragmentPadding:0]; [self.textView setTextContainerInset:UIEdgeInsetsZero]; 이렇게 textContainer의 lineFragmentPadding을 0으로 주고, textContainerInset을 UIEdgeInsetsZero로 주면 된다 Swift도 비슷할 것.
이 주의 공부/iOS
2018. 12. 12. 17:45
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- VS개새끼
- CMD
- uncaught exception
- 에러 해결
- 공부는아니고
- OOT
- ios
- Git
- 인텔리제이
- 실전Git
- xcode
- 몽총이
- IntellJ
- 꿀팁
- objective-c
- 개발일지
- Swing
- MFC
- 아개똑똑해
- GUI Designer
- UITextView
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함