Skip to content

SynappzMA/BDGMacros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDGMacros

Incredibly useful macro's that I use in all my xCode projects!

Installation using Cocoapods

pod 'BDGMacros'

##Examples

General
isPad (iPhone or iPad?)
iOS6 (iOS6 or higher?)
isPortrait (portrait or landscape?)
docFolder (the documents folder)
tempFolder (the temp folder)

Conversions
convertToLbs(kg)
radians(degrees)

Day/Week/Month/Year
kMinuteInSeconds
kWeekInSeconds

Shared instances
NOTIFICATION_CENTER
FILE_MANAGER
MAIN_BUNDLE

What else?
Debug logs
Log all fonts with 1 word
Suppress warnings
Show alertviews with showM(@"Message");
A lot more!

Packages

No packages published

Languages

  • Objective-C 90.3%
  • Ruby 9.7%