Cocoapod + Swift : Making Pod with Swift

cocoaPods Logo
With this post I would be guiding you to make your own cocoapod with swift, that you can use in your project and help other developer save hours by using your code that being test and proven through your use.

I have heard about “Google Material Design” while looking for something new to learn. I like there concepts of applying some physics to the layer or elements to screen. Even though I am not through and through with idea as its lot to soak in. Continue reading

Blog Post Rating :

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 one can make money if they do the right things.
Well I am learning I would be posting my progress here in this post.
I just found out that like Admob (Google company), Mopub (twitter Company) has also have mediation.

Continue reading

Blog Post Rating :

StarUML is Star one more time

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 design a quite complex system before. But Now I was looking for something that can run natively on Mac and I can rely on it for my forthcoming project.

Continue reading

Blog Post Rating :

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 would need in process.

xcrun -find -sdk iphoneos clang

Below are few variation of command with different available switch. Feel free to try

Continue reading

Blog Post Rating :