General

14 posts
2021/08/29

Swift Everyday Ep #4

How to use full signature init() for VStack, HStack, ZStack

2021/08/27

Swift Everyday Ep #2

Ditch rawValue use callAsFunction on enum

2020/01/31

Swift Tips: Switch

Please find Swift playground at github.com This post shares from simple to advance the use of in swift. These can be enhanced and some time shorthand of more lines of code. I ho...

2019/12/26

How to check whether a module is available using canImport()

Writing multi platform code has its own challenges, but if you use the compiler test then one big challenge is solved for you: you can write one chunk code to run if a specific...

2019/04/26

How to enumerate items in an array

There several ways to loop through an array in Swift, but using the enumerated() method is one of my favorites because it iterates over each of the items while also telling you...

2019/02/12

Simple trick to put end to those empty tableview cells

Just like me, I am sure you all have been annoyed by those empty table view cell after your data is loaded.

2017/11/04

Pure Swift Protocol 'weak var delegate' error

Just like anyone else you have encounter this error too. Writing a pure swift protocol and declaring the weak delegate you must have encountered error mentioned below. \[swift\]...

2016/05/24

Development tools that can boost your dev speed

As Xcode has visual debugger for interface many don't go for any other tools. In my experience I have tried two different tools one is totally awesome, other seemed to have pote...

2016/04/26

Xcode Plugins That Can Be Super Handy

First at the foremost I think I should talk about the plugin manager that can be built (Yes, Built) because if you are not building on the same Xcode that you are planning to us...

2016/04/12

Adify your iOS app cause iAd alone is not enough. Its all about cost of effort

If you are a indie or pro developer like me and you have some apps on the app store. More I am reading about this Ad stuff more I am getting hooked into. I can clearly see how o...

2014/10/10

Cheat sheet of command from hacking and securing iOS Applications

Note : hello is binary filename is following example. Replace it with your binary filename. Basic disassembly \[shell\]$otool tV hello p \ main\[/shell\] Listing dynamic depende...

2014/10/10

Compiling c programs for arm architecture/iOS on OSX

Lets start with C language compiler. xcrun is good command to find out the specific about the system and what sdk version is install, platform and other good stuff that you woul...

2014/10/10

Setting up your Mac for hacking iOS Apps

Content will be here soon

2014/09/29

Installing Alcatraz Package Manager in XCode for plugins

In recent versions of Xcode. Apple is stingy about any plug in is being used by xcode. So I am updating this blog with two methods of installations. Method 1: (super easy) copy...

Made with ❤️ in Austin.

Copyright © 2026