Skip to content

RIAlizer/FBxplr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Facebook Explorer

In order to compile the project open FBxplr.xcworkspace

Dependencies

Dependencies are managed using CocoaPods.

Run pod install from bash to update dependencies.

All these libraries are essential for advanced iOS development

  • MBProgressHUD An iOS activity indicator view.
    pod 'MBProgressHUD', '~> 0.5'

  • DCIntrospect is small set of tools for iOS that aid in debugging user interfaces built with UIKit. It's especially useful for UI layouts that are dynamically created or can change during runtime, or for tuning performance by finding non-opaque views or views that are re-drawing unnecessarily. It's designed for use in the iPhone simulator, but can also be used on a device.
    pod 'DCIntrospect', '~> 0.0.2'

  • InAppSettingsKit is an open source solution to to easily add in-app settings to your iPhone apps.
    pod 'InAppSettingsKit', '~> 1.0'

  • ISO8601DateFormatter is a standard Date formatter
    pod 'ISO8601DateFormatter', '~> 0.6'

  • AFNetworking A delightful iOS and OS X networking framework.
    pod"AFNetworking", "~> 2.0"

  • Reachability ARC and GCD Compatible Reachability Class for iOS and OS X. Drop in replacement for Apple Reachability.
    pod 'Reachability', '~> 3.1.0'

  • Facebook-iOS-SDK The iOS SDK provides Facebook Platform support for iOS apps.
    pod 'Facebook-iOS-SDK', '~> 3.11.0'

  • TPKeyboardAvoiding A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.
    pod 'TPKeyboardAvoiding', '~> 1.2.1'

  • FlatUIKit A collection of awesome flat UI components for iOS.
    pod 'FlatUIKit', '~> 1.2'


Features

  • Universal App (iPhone/iPad) (TODO)
  • Facebook Login Auth
  • CoreData Integration (Easy Implementation)
  • FB Pop Animation Framework Integration (TODO)
  • Works automagically on ARC and non-ARC enviroment - more info Utils/DevDefines.h (useful for backward compatibility)
    • Target FBxplr for non-ARC
    • Target FBxplrARC is ARC enable (TODO)