The general iOS behaviour is to flash the scroll indicator and then disappear. However, I would like to know if there's a way to keep the scroll bar on a tableview persistent?
Scroll bar
That may not be a very good idea to change the standard behavior.
But have a look here:
https://stackoverflow.com/a/15613852/8963597 (objc)
https://stackoverflow.com/questions/53270549/make-scrollbar-always-visible-on-uitableview-with-reloaddata
But have a look here:
https://stackoverflow.com/a/15613852/8963597 (objc)
https://stackoverflow.com/questions/53270549/make-scrollbar-always-visible-on-uitableview-with-reloaddata
But have a look here:Multiline
That may not be a very good idea to change the standard behavior.
https://stackoverflow.com/a/15613852/8963597 (objc)
https://stackoverflow.com/questions/53270549/make-scrollbar-always-visible-on-uitableview-with-reloaddata
This solution doesn't work on iOS 13 and above.BlockQuote
Could you show exactly what you implemented ?
You say it does not work on iOS 13:
You say it does not work on iOS 13:
do you get an error ?
does it work on iOS 12 ?