Month: October 2019
-
iOS — Device orientations
Mình xin chia sẻ một vài lưu ý khi develope application support full orientations : UIInterfaceOrientation.portraitUpsideDown không support cho iPhone X Family (có tai thỏ) -> Link refer : https://developer.apple.com/documentation/uikit/uiviewcontroller/1621435-supportedinterfaceorientations Default orientation support cho iPad là UIInterfaceOrientationMask.all (tất cả các hướng), còn cho iPhone là UIInterfaceOrientationMask.allButUpsideDown (không hỗ trợ upside down) Nếu trong app sử…
-
Add placeholder for UITextView (phần 2)
-
Add placeholder for UITextView (phần 1)