CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Almer Lucke

2pods

FCOverlay

Present or queue view controllers in a new window on top of all other windows. This allows you to present log in screens, alert style screens and HUD easily from anywhere in your code. You do not need to find the currently visible view controller or any of that stuff. Just present it and get on with life. See the full project for example usage.

License: MIT

  • Objective C

FCSchemedConfiguration

Create one configuration plist that can hold different values for the same key depending on the scheme you set. The scheme can be added as preprocessor macro to a scheme. In this way you can easily setup different server URL's, app keys and so forth based on the scheme you are running (debug, release, adhoc etc...). You will never forget to switch server from test to live again when making a build.

License: MIT

  • Objective C