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
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