You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set an imageOffset like this: self.appearance.titleOffset = CGPoint(x: 0, y: 15)
It is applied when on .month scope, but when I close it, the offset will be zero and with no animation the image jumps in the neutral offset position.
If there is x offset set, there is no issue.
any suggestions?
ty
The text was updated successfully, but these errors were encountered:
When I set an imageOffset like this:
self.appearance.titleOffset = CGPoint(x: 0, y: 15)
It is applied when on .month scope, but when I close it, the offset will be zero and with no animation the image jumps in the neutral offset position.
If there is x offset set, there is no issue.
any suggestions?
ty
The text was updated successfully, but these errors were encountered: