MS Excel type spreadsheet creation using objective-c for iOS app

前端 未结 4 1865
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 15:49

I have a sample iOS app that generates multiple reports using data in the app. Those reports looks exactly similar to Microsoft Excel spreadsheets like this.

4条回答
  •  再見小時候
    2020-12-05 16:22

    You might want to dig deep into UICollectionView, UICollectionViewFlowLayout and also it would be worth looking into AutoLayout Constraints in iOS6. A helpful link : http://www.raywenderlich.com/20881/beginning-auto-layout-part-1-of-2

提交回复
热议问题