iOS Code Snippet ZoomableView (custom view)

When I look a photo in a smartphone, enough often appears a wish to increase a image/text like in WebView.

So I did special custom view based on ScrollView.
Works in two regimes.
1) As zoomable Panel (if is set ContentView property)
2) As zoomable ImageView (if is set ContentImage property)

If you notice any problem, pls, let me know.
 

Attachments

  • ZoomAbleView.zip
    339.5 KB · Views: 216
Last edited:

MarcoRome

Expert
Licensed User
Longtime User

Erel

B4X founder
Staff member
Licensed User
Longtime User
And for huge images:
 
Top