Sdk 3.3이 정식 발표 되면서 뷰에 clipping 모드가 생겼네요

부모뷰의 바운더리를 넘는 자식뷰를 잘라서 보여줄건지 결정하는 옵션을 드디어 쓸 수 있네요.

Titanium.UI.iOS.CLIP_MODE_ENABLED : enforces all child views to be clipped to this views bounds.
Titanium.UI.iOS.CLIP_MODE_DISABLED : allows child views to be drawn outside the bounds of this view.
Titanium.UI.iOS.CLIP_MODE_DEFAULT : clipping is enabled if the view’s children have clipping enabled, or the borderRadius or borderWidth properties are defined.


그 밖에 개인적으로 반가운 변화는 HTTPClient가 iOS7의 NSURLConnection 클래스를 사용하면서 쿠키를 관리할 수 있는 것,
디바이스로 빌딩할때 iTunes를 건너뛰고 바로 디바이스에 설치 되는 것,
안드로이드에서 genymotion 기본 지원 등이 있네요.

http://docs.appcelerator.com/titanium/release-notes/?version=3.3.0.GA

2개의 좋아요

안드로이드에서 앱 시작할때 titlebar가 사라지지 않는 버그가 해결 되었는지 모르겠네요…

@neojjang 님 스플래쉬 이미지의 titlebar 말씀하시는건가요? 그거 저는 tiapp.xml에 아래 속성을 true로 주면 되던데요.

<navbar-hidden>true</navbar-hidden>

혹시 아래 처럼 해도 안되던가요?

어쨋든 3.3.0에서는 기본이 안나오는것으로 되어있습니다. :smile:

개발버젼으로 테스트 했을 때 은 동작을 안했습니다.
그래서 사용을 포기 하고 있었거든요…

릴리스 버젼으로 다시 테스트를 해 봐야겠네요.