CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

iCider 0.5.2

iCider 0.5.2

Maintained by tobwithu.



iCider 0.5.2

  • By
  • tobwithu

iCider

CI Status Version License Platform

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.

How to use

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

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

iCider is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'iCider'

Author

tobwithu

License

iCider is available under the MIT license. See the LICENSE file for more info.