top of page
<LegoTechKit.framework>
this SDK will save your time
(IOS 8 & later)

LegoTeckKit.h

Application:

  • UIApplication.h                                         (easy shortcuts)

  • NSLocale.h                                            (localization data)

  • LTNavigationApps.h            (Maps, Google Maps, Waze.)

  • CLLocationManager.h                                        (Location)

  • CNContactStore.h                                              (contacts)


Data:

  • NSBundle.h                           (easy shortcuts app data)

  • LTDevice.h                            (easy shortcuts device data)

  • NSDate+Utilities.h                (easy calculation)

  • LTSpotLight.h


Controllers:

  • MPMoviewPlayerViewController.h
     

UI:

  • UIView+LTUIViewAnimations.h (animations)

  • UIView+LTUIViewFonts.h          (custom fonts)

                         Click to view all content

(1 min)

NEW IN SDK

LegoTechKit.Framework (2.0.0v)

  • UIView+UIView.h

         Quick animations, shapes, layers re-positions & data.

  • LocationManager.h

         current location, calculations, formatted data.

         E.G [CLLocation currentLocation];

  • LTDate.h

         time ago, sunrise & sunset.

  • LTDevice.h

         device information & formatted dictionaries data.

  • CNContactStore.h (Contacts)

         Create, Add,Update,Delete

  • LTNavigation.h (GPS)

         IOS,Google,Waze App

  • LTSpotLight.h

         add your app's keywords into the iPhone's Spotlight                search engine!*Required: Branch Account.

Recommended!

         POST & GET JSON 1 code line 

         E.G [LTServer post:dictionary path:@""];

JUNE

STAY UPDATED

Subscribe
COMMENTS:
REPORT A PROBLEM
What is a Framework?
  • speed up development package.

contains:
  • Private classes 'files.h'

  • Provides customize service.

e.g: (UIAnimations, Server integration, Navigation etc..)​

  • Reuable & Adjustable with every project.

      

WHAT IS A FRAMEWORK?
a speed up development package.
contains:
  • Private classes 'files.h'

  • Provides customize service.

e.g: (UIAnimations, Server integration, Navigation etc..)​

  • Reuable & Adjustable with every project.

HOW TO USE
1. HOW TO: ADD TO PROJECT: (1 min)
  • 1. Drag & Drop <LegoTechKit.framework> file into your project.
  • 2. Navigate to:
xCode: -> Target -> General -> Emedded binaries.
  • 3. Emedded binaries:
Press '+' button, add framework.
All SET √
2. HOW TO: USE IN PROJECT: (3 sec)
  • #import <LegoTechKit/'LegoTechKit'.h>

to your .pch file or any other class.

Examples:
  • [LTApplication askPremmisionForPushNotifications];
  • [LTApplication openAppSettings];
  • [LTDevice dictionary];
  • [NSLocale countriesList];
  • [self.button slideToUnlockAnimation];
  • [self.view alphaHide]; || [self.view alphaShow];
  • [self.view cornerRadius];
framework how to use
ENJOY YOUR CODING! ツ
bottom of page