Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
62 views

iOS How to manage different features that requires a 3rd-party framework

I developed an SDK distributed to our publishers as a standard iOS framework. To be as much clear as possibile let's say my SDK is called 'A'. 'A' needs a 3rd-party iOS framework (called 'B') that ...
Giulio Bider's user avatar
  • 1,396
0 votes
1 answer
635 views

List of available filters

I'm looking for the list of filters provided by Apple to apply on Images. Summery : I want to create an application which will allow user to edit photos. I'm looking into Core Image Programming Guide,...
user1988's user avatar
  • 811
0 votes
1 answer
2k views

Show UIViewController in Framework by calling a method

I am making a framework for third part developer which will create a View like interstitial ads. This is how I create myViewController(inside Framework) object from Applications RootViewController ...
Shash's user avatar
  • 11
1 vote
1 answer
131 views

Including momd with tables and attributes inside ios library or framework

I am trying to convert my ios app with core data into a framework by following the link. But how to include momd file inside framework and distribute a framework with momd or core data?
user3571801's user avatar