Tags Authors About Us
Sunil Sharma

    Debugging Push Notifications with Knuff

    Debugging and testing Push notification is always tricky and time consuming. Knuff OS X app along with Knuff iOS app can make our lives a little easier to debug and test push notification.

    Sunil Sharma  –  Oct 3, 2016  –  iosswiftKnuffPush Notification

    MVVM Design Pattern

    As we are familiar with MVC design pattern and it is one of the standard approach to build iOS Applications. MVVM is very similar to MVC. It formalizes the tightly coupled nature of the view and controller and introduces a new component view-model.

    Sunil Sharma  –  Sep 8, 2016  –  iosdesign pattern

    Defer keyword in Swift

    defer is a new keyword indroduced in Swift 2.0. With this statement you can declare clean-up code, that is executed just before the current scope ends.

    Sunil Sharma  –  Aug 4, 2016  –  iosswiftdefer

    Checking Swift coding style and conventions using Swiftlint

    SwiftLint is a tool which enforce to follow Swift style and conventions, based on GitHub’s Swift Style Guide.

    Sunil Sharma  –  Aug 3, 2016  –  iosswiftswiftlint

    Intro to Protocol Oriented programming

    Apple had added a new feature to the protocol i.e. protocol extension.While it may only seem like a minor feature at first, but this improved feature in swift allow us for a new type of programming i.e. protocol-oriented programming.

    Sunil Sharma  –  Jul 27, 2016  –  iosswiftprotocol-oriented

    TODO and FIXME as warnings in Xcode

    In Objective-C Xcode generate compile time warning by using #warning preprocessor directive in your code. Unfortunately, this is not available when using Swift.

    Sunil Sharma  –  Jul 21, 2016  –  ios

Copyright © 2022 Cybrilla Technologies