I have created this small workspace with various code snippets for young developers to understand how some really basic but powerful things works.
Mobile Programmer with Swift, Objective C, and ReactNative
I have created this small workspace with various code snippets for young developers to understand how some really basic but powerful things works.
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.
This link contain project which creates the icon.
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.
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.
At times you have n number if images and you want to reduce size of the images, this project helps you do that,