태그>storyboard(총 25개의 글)
'storyboard' 관련 최근글
-
- Free! -Dive to the Future- KEYFRAMES CO..
-
Free! Style by 코쿠토|2020/09/02 23:13
KEYFRAMES COLLECTION Vol.3 원화집 STORYBOARD Vol.3 그림 콘티집
- Free! -Dive to the Future- KEYFRAMES CO..
-
- Free! -Dive to the Future- STORYBOARD Vol.3
-
Free! Style by 코쿠토|2020/06/23 23:13
『Free! -Dive to the Future-』 제10화~제12화 그림콘테스트를 수록한 「그림콘테집」이 등장합니다! 그 장면, 그 표정에는 어떤 마음이 담겨 있었는지…본편을 좀 더 깊이 돌아볼 수 있는 한 권입니다! ■ 상..
- Free! -Dive to the Future- STORYBOARD Vol.3
-
- Free! 시리즈 오케스트라 콘서트 2019 팜플렛/Free! D..
-
Free! Style by 코쿠토|2020/03/16 22:54
오케스트라 콘서트 2019 팜플렛 KEYFRAMES COLLECTION Vol.2 원화집 STORYBOARD Vol.2 그림 콘티집
- Free! 시리즈 오케스트라 콘서트 2019 팜플렛/Free! D..
-
- Free! -Dive to the Future- KEYFRAMES CO..
-
Free! Style by 코쿠토|2019/08/03 16:30
KEYFRAMES COLLECTION Vol.1 원화집 STORYBOARD Vol.1 그림 콘티집 과연 둘다 Vol.2가 나올지 모르겠네요. 처음 정보가 공개 될때는 이걸 또 2개로 나누네 돈도 없는데 이 생각만 했는데 이제는 어떻..
- Free! -Dive to the Future- KEYFRAMES CO..
-
- Free! -Dive to the Future- STORYBOARD Vol.1
-
Free! Style by 코쿠토|2019/05/19 16:31
『Free! -Dive to the Future-』 제1화~제6화의 그림 콘티를 수록한 「그림 콘티집」가 등장합니다! 그 장면, 그 표정에는 어떤 생각이 담겨져 있었는지.본편을 좀 더 깊이 있게 되돌아 볼 수 있는 1권입니다! ■..
- Free! -Dive to the Future- STORYBOARD Vol.1
-
- ios storyboard에서 nested nib만들기가 안되네
-
공부가 본업. by 언제나19|2015/02/17 20:59
storyboard 안에 view nib을 추가하고 싶은데,그냥은 안된다. UIView로 감싸서 수동으로 load할 수밖에 없다.edelabar/NibLoadedView를 쓰면, UIView overhead가 없을지도 모르겠다. 아니면, container view 1개 정도는 code로 짜기
ios, swift, storyboard, nib, load
- ios storyboard에서 nested nib만들기가 안되네
-
- storyboard에서 rgb 값 입력해서 색상 지정하기 엄청 불편하네
-
공부가 본업. by 언제나19|2014/10/20 22:35
방법은 있다. How can I find out the RGB color of my object in storyboard How do I enter RGB values into Interface Builder? 그런데, 16진수로 지정 못하고, 각 각을 10진수로 변환한 다음에 지정할 수 있네. 그리고, 한 번 쓴 값을 저장해놓고 계속 쓰고 싶을 때,..
ios, storyboard, rgb, 색깔, ui
- storyboard에서 rgb 값 입력해서 색상 지정하기 엄청 불편하네
-
- ios storyboard에 constraints를 추가해봐도, constraints가 안 들어..
-
공부가 본업. by 언제나19|2014/09/29 20:04
ios storyboard에 constraints를 추가해봐도, constraints가 안 들어갈 때outlet도 자꾸만 nil일 때. storyboard 이름을 고친 적이 있다면,app을 지우고 다시 설치해 보기 storyboard 이름이 틀렸을 수 있다.bundle에 이전 것이 자꾸 참조되고, 새로 추가하는 설정..
- ios storyboard에 constraints를 추가해봐도, constraints가 안 들어..
-
- UICollectionViewCell이 길 때, 아랫 부분이 tap 안돼서, ios touch되..
-
공부가 본업. by 언제나19|2014/08/29 20:35
UICollectionViewCell을 따로 xib로 만들었는데,이상하게 아랫부분의 button에 touch event가 안 가고, collectionView didSelect가 불린다.UICollectionViewCell 초기 크기를 크게 잡아주면 해결됐다 -_- 아웅.그런데, interface builder에서는 10,000까지밖에..
- UICollectionViewCell이 길 때, 아랫 부분이 tap 안돼서, ios touch되..
-
- xib base localization으로 strings file 추가하기
-
공부가 본업. by 언제나19|2014/08/22 22:20
원래는 http://angelolloqui.com/blog/28-Localization-in-iOS-apps-made-simple대로 localization button을 누르거나 terminal에서 실행iOS Localizable.strings file for XIB files? 그런데, custom ui는 잘 안되네.그리고, text가 attributed text이면 ..
Xcode, beta, Xcode6, beta6, IBDesignable
- xib base localization으로 strings file 추가하기
-
- storyboard를 쓸 때, custom cell을 여러 ui에서 공유하기
-
공부가 본업. by 언제나19|2014/07/17 15:33
cell을 xib에 만들고, code로 그 cell을 불러와서 쓰기child view controller를 만들고, view controller를 공유하려던 계획은 실패.storyboard에서 child view controller nib에 넣은 item들을 다른 view controller(parent)로 IBOutlet 연결할 수가 없다.Segue..
ios, storyboard, nib, cell, reuse
- storyboard를 쓸 때, custom cell을 여러 ui에서 공유하기
-
- storyboard에서 여러 개 barbuttonitems를 추가할 수 없네.
-
공부가 본업. by 언제나19|2014/07/08 10:54
ios5에서 bar button item을 여러 개 추가할 수 있게 됐는데,storyboard에서 잘 안되나보다. Can't assign multiple Buttons to UINavigationItem when using Storyboard with iOS 5 대로 하느니, code에 적는게 낫겠다.
- storyboard에서 여러 개 barbuttonitems를 추가할 수 없네.
-
- xcode5에서 발생하는 storyboard, autolayout 문제들
-
공부가 본업. by 언제나19|2013/10/11 13:54
UITableViewController 안에 넣었던 container view들이 안보인다.UIViewController 안에 있는 것은 잘 보인다.storyboard 입장에서 object가 UIViewController이어야 한다. segue가 여러 개 남아 있는 채로 UITableViewController를 삭제하려고 했더니, xcode..
xcode, ios, apple, XCode5, storyboard
- xcode5에서 발생하는 storyboard, autolayout 문제들
-
- ios storyboard code로 segue
-
공부가 본업. by 언제나19|2012/12/23 18:18
button에서 segue를 동작시키게 하는 것은 storyboard에서 쉽게 되는데,login 기능 등을 구현할 때, 특정 경우에 segue로 가게 하려면, code에서 작업을 해야 한다. can also use the identifier to trigger a segue programmatically with the[performSegue..
- ios storyboard code로 segue
-
- 첫 프로젝트 시작 시 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 관련 에러 제거 방법