Skip to content

tobwithu/iCider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published