How Do I Declare A Block in Objective-C?
I thought to share here. so that along with me it would be helpful to others too. As a local variable : As a property : As a method parameter : As an argument to a method call :...
My writings, opinions, and random thoughts.
I thought to share here. so that along with me it would be helpful to others too. As a local variable : As a property : As a method parameter : As an argument to a method call :...
I have been looking around for tool for UML diagramming for very long time. I never found any good tool. StarUML on windows platform really raise my expectation. I used it to de...
Fluid App: Web applications like Gmail, Facebook, Campfire and Pandora are becoming more and more like desktop applications every day. Running each of these web apps in an indi...
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...
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...
Content will be here soon
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...
git remote (displays the name of your remote, for example YourRemote) git tag a 0.1.0 m 'tagging Version 0.1.0' (creates tag 0.1.0 from current branch) git push origin tags (pus...
edit podspec push branch to remote on terminal : add same tag as podspec git remote git tag a 0.1.1 m"tag 0.1.1 added" git push origin tags on terminal now push push pod to trun...
\[youtube https://www.youtube.com/watch?v=EXGY9Q7VmU8&w=420&h=315\] Might be useful one day.