Helper library for conversion from Android to iOS.
I encountered many problems while converting an Android app to an iOS app. I made a library with the solutions to these problems.
UIScrollView does not scroll when it has UIButton
- UIScrollView -> ICScrollView
UITableView is not showing in UIStackView
- UITableView -> ICTableView
UICollectionView is not showing in UIStackView
- UICollectionView -> ICCollectionView
Fit embedded UIViewController to its contents
- UIViewController -> ICEmbeddedViewController
To run the example project, clone the repo, and run pod install
from the Example directory first.
iCider is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'iCider'
tobwithu
iCider is available under the MIT license. See the LICENSE file for more info.