GithubHelp home page GithubHelp logo

jeevanpandey / bfkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabriziobrancati/bfkit

0.0 2.0 0.0 17.12 MB

BFKit is a collection of useful classes to develop Apps faster

License: MIT License

Ruby 0.26% Objective-C 99.74%

bfkit's Introduction

BFKit Banner

Build Status Issues Version Language Platform License

###Swift If you are looking for Swift version check it out here: BFKit-Swift

What does it do โ“

BFKit is a collection of useful classes to develop Apps faster.

For example you can use every iOS font with just an enum!

It also adds some useful method to some classes like:

###BFKit:

###Foundation:

###UIKit:

Language support ๐Ÿ‡ฎ๐Ÿ‡น

  • English (en)
  • Indonesian (id)
  • Italian (it)
  • Russian (ru)
  • Simplified Chinese (zh-Hans)
  • Traditional Chinese (zh-Hant)
  • Ukrainian (uk)
  • Vietnamese (vi)

Requirements ๐Ÿ“ฑ

  • iOS SDK 7.0 or later
  • ARC

Communication ๐Ÿ”ˆ

  • If you need help, use Stack Overflow.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, see Contributing section.

Contributing :octocat:

I'd love to see your ideas for improving this library.

The best way to contribute is by submitting a pull request. I'll do my best to respond to you as soon as possible.

Please make sure to follow my general coding style for new features!

Installing and Usage ๐Ÿ’ป

###Manual

  • Copy the library folder (BFKit) to the project
  • Add the following frameworks to the project:
    • UIKit
    • Foundation
    • CoreImage
    • CoreGraphics
    • QuartzCore
    • Accelerate
    • AudioToolbox (if you want to use BFSystemSound class)
    • LocalAuthentication (if you want to use BFTouchID class, and set it as weak if your App runs on iOS 7)
  • Import BFKit with #import "BFKit.h"
  • Enjoy!

###CocoaPods ####Newbie version

  • Create a Podfile in your project directory
  • Write:
  platform :ios, '7.0'
  xcodeproj 'Project.xcodeproj'
  pod 'BFKit'
  • Obviously change "Project" with your real project name
  • Open Terminal, go to project directory and type: pod install
  • Import BFKit with #import "BFKit.h"
  • Enjoy!

####Pro version

  • pod 'BFKit'
  • Import BFKit with #import "BFKit.h"
  • Enjoy!

Documentation ๐Ÿ’ฏ

###CocoaDocs - 100% Documented

Changelog ๐Ÿ“‘

To see what has changed in recent version of BFKit, see the CHANGELOG

Demo ๐Ÿ”ง

Open and run the BFKitDemo project in Xcode and see BFKit in action!

Todo โ˜‘๏ธ

  • โž– Create a category for every UIKit element
  • โž– Create tests
  • โœ”๏ธ Add missing font for iOS 9
  • โœ”๏ธ Add missing system sound ids

Author :neckbeard:

Fabrizio Brancati

Website
Email

License ๐Ÿ“œ

BFKit is available under the MIT license. See the LICENSE file for more info.

bfkit's People

Contributors

bontangster avatar duc-ios avatar emptyway avatar fabriziobrancati avatar hiralin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.