iOS Scrollable View

Any idea how to create a scrollable toggle-able options-like view like iOS General Preferences

See iOSKit by Jason King, which contains ScrollView : https://github.com/kingj5/iOSKit

I’m sorry to say that ScrollView is currently broken. Xojo’s autolayout and the design paradigm of iOSUserControl makes this difficult to make work properly. This means that the max scrolling size has to be hard coded and all controls have to be added dynamically making it unwieldy. I believe that Antonio might have posted a ScrollView that works properly, check the iOS Declares thread for a project download.

That said I’m going to need a working scroll view in a future project so I plan to fix this relatively soon once I need it.

Jason

There’s also the feedback case if you want to vote for it:
<https://xojo.com/issue/37340>

And specifically from that screenshot, it’s a custom UITableView (iOSTable in Xojo), and there are requests to simply allow us to create custom cell views, which would make things like that much easier to accomplish:
<https://xojo.com/issue/37781>

You can also get very close to this with dethemsoft’s dtPlugins for iOS. A bargain at EUR 79.

(I am not on commission. Just a happy user.)

If am correct, Xojo 2015r3 will have a scrollview

[quote=196600:@Jason Tait]You can also get very close to this with dethemsoft’s dtPlugins for iOS. A bargain at EUR 79.

(I am not on commission. Just a happy user.)[/quote]

Yes, the dtPlugind are very good. Brings a lot of iOS controls (that should be included by default :slight_smile:

I need a scrollview that can handle dynamic controls (added in code / at runtime) reliable. Can anybody comment in which kit/plugin this is working best?

I don’t mind paying for it. Just want something good.

[quote=230489:@Marcus Brayman]I need a scrollview that can handle dynamic controls (added in code / at runtime) reliable. Can anybody comment in which kit/plugin this is working best?

I don’t mind paying for it. Just want something good.[/quote]

Never mind; I just bought dtPlugins :slight_smile: