Reputation: 3854
I have found this wonderful free project (from github) to use for custom UIAlertView and action sheets. I was wondering if I end up using both these options, whether apple would reject my application? I have heard you cannot use private libraries. Does this classify as that?
Thank you!
Upvotes: 1
Views: 350
Reputation: 318794
You can use any libraries you want as long as the library has a license compatible with the App Store and as long as the library doesn't use any private APIs from Apple.
The library you ask about should be fine.
Upvotes: 2