Thousand Squared

Posts match “ passcode ” tag:

PasscodeLock

| Comments

前陣子實作了 PasscodeLock ,感覺還蠻有趣的,跟大家分享如何實作。

一個好的 PasscodeLock 要能夠蓋住全部的UI,像是 UIAlertView, UIActionSheet,或者是 UIImagePickerController

但利用一般的 UIViewController 是做不到的,因為 UIAlertView 的顯示層級最高。因此要利用另外一種方法來實作PasscodeLock─UIWindow