I want to create a mind mapping like app in iOS, but not sure how I am suppose to do that there are several questions in mind.
UIScrollView
and override the drawRect
method to draw
the flow chart. Change the contentSize
to expand the
drawing area as necessary, which enables scrolling at the same time.
Also, you can enable the zoom feature if desired.