Teddy13
Teddy13

Reputation: 3854

Custom UIAlertView and Action sheet

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

Answers (1)

rmaddy
rmaddy

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

Related Questions