All Questions
Tagged with ios-frameworks ios7
6 questions
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 ...
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,...
3
votes
0
answers
143
views
how can i make shared embedded framework to work in ios7
I planned to create a shared embedded framework to share the code between more than one target. I heard that shared embedded frameworsk are an ios8 new feature. Since how what can i do to make that ...
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 ...
0
votes
1
answer
423
views
Can't update Google maps iOS SDK
When I run my app on iPhone 5 I get no user location icon (the blue dot), but instead it shows me an error. I just get bunch of lines like this:
<Error>: CGBitmapContextGetData: invalid context ...
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?