Post

Replies

Boosts

Views

Activity

Reply to UITextView automatically scrolls upwards when dragging selection handles and textContainerInset is about half the textview height
I ran into this issue as well, filed a feedback as well and linked yours. When dignosing the issue to find a fix for this, I doug a bit in the UIKit code. Turns out, UITextView has a (private) method -(BOOL)startAutoscroll:(CGPoint)point which basically takes the input and calculates whether the view should scroll while selecting text. This method uses both contentInset and textContainerInset to inset the visible rect of the text view. To me this looks like a bug, as textContainerInset should not affect the viewport in a way that contentInset does.
Topic: UI Frameworks SubTopic: UIKit Tags:
2w
Reply to Fix for "Apple ID Verification Failed" after iOS 17 v3 Beta Update
I was not able to activate Siri on my iPad on this screen. However, upon every restart, the iPad asked which WiFi to join. You can just hit continue without joining any WiFi. This will skip the activation step. If the device auto-joins a WiFi, you can tap the Lock-button, which makes a menu appear. From there you can choose WiFi settings. You can hit the info button on the WiFi the device joined and hit Forget this Network.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’23
Reply to Lock Screen Widget Intent options not appearing
I saw the exact same issue. The app has shortcuts configured and uses in-app intent handling. Using these intents with widgets works without issues on the home screen, but not on the Lock Screen. The configuration UI does not show up. The issue seems to be the in-app intent handling for me. Documentation states that an intent extension is required for widgets. As soon as I added one for handling the intent used by the widget, the configuration showed up. This also applies to Widgets for macOS. I don't know why in-app intent handling is allowed for Homescreen widgets but not for the lock screen & macOS.
Topic: App & System Services SubTopic: General Tags:
Nov ’22