-
Notifications
You must be signed in to change notification settings - Fork 172
Selected Item Highlight Text #35
Comments
Hey. There was a notice in the readme file, that you have to call Still has a problem like all the reload methods do. The view blinks to redraw. This blink also takes away the swiping animation so I guess calling the reload method is not the best solution here. Can you please show your solution? |
Came here for the same issue. Based on Scott mentioned, I think I manage to replicate his solution... In the
Then further down in the Built the code, and now it seems to be behaving as expected. :) |
Same problem here, @simonarcher your solution worked! |
Also note: call |
this is still not fixed, i am struggling on finding a fix |
The highlightedFont is set to bold. However, when you select another item the previous item remains bold and the new item's font does not become bold. When the first item is scrolled off the screen it is redrawn and the font is set to the system font rather than the bold font.
It would appear that the issue is with the selected implementation of the AKCollectionViewCell. Changing this from _selected to selected removing the initialisation to false and updating the setting in the cellForRowAtIndexPath fixed the issue for me.
Has anyone else had this issue? Could it be the way I am initialising the picker or is this a genuine issue others have experienced?
The text was updated successfully, but these errors were encountered: