JMTabView라는 커스텀 테이블뷰 오픈소스입니다.
탭바선택시 화살표모양의 선택바가 움직이며 현재 선택된 탭바를 알려줍니다.
다운로드는 첨부파일 또는 아래 링크를 참조하세요.
JMTabView라는 커스텀 테이블뷰 오픈소스입니다.
탭바선택시 화살표모양의 선택바가 움직이며 현재 선택된 탭바를 알려줍니다.
다운로드는 첨부파일 또는 아래 링크를 참조하세요.
This is a new icon type in iOS 4. It’s used if your app creates a custom document type. The iPad uses the document icon in two different sizes.
Recently I opened a fairly old xCode project in xCode 4.0 and received the following error
error: Illegal Configuration: Pattern colors on iOS versions prior to 3.0
The error is due to incompatibilities with older nib/xib files prior to version 3.0
To fix the error or make the warning go away change the Deployment type in theInterface Builder Document settings below:
Setting this to 3.0 or above will fix the error, the why’s and where for’s are beyond me and to be honest I don’t care as long as the little red triangles go xCode is happy and so I am happy.