Collections /

Developer Support Work Space

Last updated Mar 28, 2019
1

I have created this small workspace with various code snippets for young developers to understand how some really basic but powerful things works.

Icon Creator For iOS

iOS needs various different size of iCons, you can ask your designer to create thos or you can create those by running this small but only developer understandable iOS code.

Development Support

This code project contains a lot of basic code snippets that will help young developers to know how some things work and try those in action by running the code.

For starter how Xcode WorkSpace architecture works.

Make image Reference Plist from Images of a folder.

This code takes a folder fill with image as input and create a randomise plist with image information. I created this project to help me with image trivia projects which used to consume so many images. And we had to manually list all images in order to refer those later in form of array.

Bulk Image Compressor

At times you have n number if images and you want to reduce size of the images, this project helps you do that,

Like this collection? Save it to read later.
1