Post

Replies

Boosts

Views

Activity

iOS16 beta cannot set wallpaper from shortcuts or automation
iOS16 can only set wallpaper from shortcuts with legacy lock screen wallpaper(The first lock screen when long press to edit the lock screen). But I deleted the legacy lock screen and cannot bring it back. So shortcuts set wallpaper not working any more. This issue comes from iOS16 beta 1,2,3,4 The only way I think is to downgrade to iOS15(get the legacy lock screen) and update to beta version again. Is there any better way to solve it?
10
1
5.3k
Jul ’22
iOS15 UITextView auto scroll to wired position when touch to edit
let note = UITextView(frame: self.view.frame) self.view.addSubview(note) var text = "" for i in 0..<3000{      text.append("\(i + 1)")     text.append("\n") } note.text = text The code is really simple, when it runs on iOS14, it works fine. But when runs on iOS15 device, just scroll few times(eg: 351 lines), and tap the textView, it will scroll to 648 lines. I don't know if it is a new feature or a bug on iOS15. Test on: Xcode 13.0 beta3 and Xcode 12.5.1, iPhone XR (iOS15.0 beta3)
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
1k
Jul ’21