IPhone Developer
IPhone Developer

Reputation: 25

Lazy Loading in UITableViewCell

I have a quick question, I want to use lazy loading in my application so searched on net and found a very good following library:

https://github.com/rs/SDWebImage/tree/b357e8210c2a1c96ea768b16fd0c003baef77a04

Its very simple to integrate in the code and working perfectly.

Now,my question is that if I use it in my application and release the app then can Apple have any issue on the same and can they reject my App on the basis of this?

I'm sure that many people must have used this library, so please advise me.

Upvotes: 0

Views: 255

Answers (2)

Apurv
Apurv

Reputation: 17186

If you are not violating any of apple guide line, there are no chances to get your app rejected. But you should also read license agreement of third party code.

Upvotes: 1

rptwsthi
rptwsthi

Reputation: 10172

I believe there's no Such reason that your code get rejected, just because u are using an open source library.

Yes that may be you get sued by "Owner of the library" later, if you violate the licensing conditions.

Upvotes: 1

Related Questions