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: Posts (Atom)

Contact Form

Name

Email *

Message *

Search This Blog

Categories

  • iPhone App
  • Tips and Tricks
  • Tutorials

Popular Posts

  • [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 6) : Class Implementation
    Class Implementation Let's create an implementation, starting with the getters: #import "Photo.h" @implementation Photo ...
  • [iOS] random Color
    + ( UIColor *) randomColor {     float red   = arc4random () % 256 ;     float green = arc4random () % 256 ;     float blue  ...
  • CODING CONVENTIONS FOR OBJCTIVE-C
    THANK YOU FOR CLOVER STUDIO  **********************************************  *                     CODING CONVENTIONS            ...
  • Fast food objective-c (part 2) : Accessors
    Accessors All instance variables are private in Objective-C by default, so you should use accessors to get and set values in most cases. ...
  • Level Up Kanji
    Level Up Kanji Category: Games Released: Sep 17, 2014 Version: 1.0.0 Size: 9.9 MB Language: English Link: iTunes
  • [iOS] is Numeric ?
    The simplest way to get to know one string is a number. + ( BOOL ) isNumeric:( NSString *)str {     NSScanner *sc = [ NSScanner sc...
  • Word Look - English
    Word Look - English Category: Education Updated: May 29, 2014 Version: 1.1.0 Size: 4.2 MB Language: English Link:  itunes
  • [iOS] image With Color
    - ( UIImage *)imageWithColor:( UIColor *)color {     CGRect rect = CGRectMake ( 0 , 0 , 60 , 60 );     UIGraphicsBeginImageContextWi...

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.