Chinh Tran

Results 2 comments of Chinh Tran

https://github.com/andreamazz/AMScrollingNavbar/blob/5016bc166af5cd08676fed5d762e00e6333a88ac/Source/ScrollingNavigationController.swift#L588 Apparently moving the navbar using the `frame` property no longer works with iOS 15.1 (https://developer.apple.com/forums/thread/691975). An alternative is to use `CGAffineTransform`, which seems to fix the issue: ```swift navigationBar.transform...

Since macOS 10.12, it is not enough to set an ACL for a keychain item, you also have to set the partition list. The Security Framework currently does not support...