Fx Developer

Pages

  • Home
  • Tips and Tricks
  • Tutorials
  • iPhone App
  • Contact

Contact

Name

Email *

Message *

Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Home
Subscribe to: Comments (Atom)

Contact Form

Name

Email *

Message *

Search This Blog

Categories

  • iPhone App
  • Tips and Tricks
  • Tutorials

Popular Posts

  • Fx Stencil
    Fx Stencil Category: Photo & Video Updated: May 20, 2014 Version: 1.1.0 Size: 4.1 MB Language: English Link :  iTunes
  • [iOS] random Color
    + ( UIColor *) randomColor {     float red   = arc4random () % 256 ;     float green = arc4random () % 256 ;     float blue  ...
  • Fast food objective-c (part 6) : Class Implementation
    Class Implementation Let's create an implementation, starting with the getters: #import "Photo.h" @implementation Photo ...
  • [iOS] detected iOS 5, 6 & 7
    Find version iOS, use function  [ UIDevice   currentDevice ]  systemVersion ]   _________________________________________________________...
  • Fast food objective-c (part 5) : Designing a Class Interface
    Designing a Class Interface The Objective-C syntax for creating a class is very simple. It typically comes in two parts.  The class i...
  • Fast food objective-c (part 1) : Calling Methods
    Objective-C is the primary language used to write Mac software. If you're comfortable with basic object-oriented concepts and the C lan...
  • [iOS] detectIPhone or iPad
    + ( BOOL ) detectIPhone {     if ([[ UIDevice currentDevice ] userInterfaceIdiom ] == UIUserInterfaceIdiomPhone ){         return Y...
  • [iOS] is Numeric ?
    The simplest way to get to know one string is a number. + ( BOOL ) isNumeric:( NSString *)str {     NSScanner *sc = [ NSScanner sc...

Blog Archive

  • ▼  2014 (33)
    • ▼  September (1)
      • Level Up Kanji
    • ►  August (2)
    • ►  July (5)
    • ►  June (6)
    • ►  May (19)

Contributors

  • Unknown
  • lephuongtien.dev
Le Phuong Tien. Watermark theme. Powered by Blogger.