Uncategorized

Get number of days between two dates in swift

Want to calculate number of days between two dates in swift, or difference of days between two dates in swift. If you are looking for objective C tutorial for getting number of days between two dates in Objective C, then check given below link https://iostutorialjunction.com/2016/01/calculate-number-of-days-between-two-dates.html Getting number of days between two dates Below is the

Get number of days between two dates in swift Read More »

Error iTunes Missing Marketing Icon

Error while uploading app to Itunes, Missing Marketing Icon  – iOS Apps must include a 1024x1024px Marketing Icon in PNG format As the tutorial heading reads out. In this tutorial we will learn how to remove this error and check whether the icon image  has alpha transparency enabled or it is without alpha transparency.                                                          

Error iTunes Missing Marketing Icon Read More »

iPhone Development:Hide statusBar Programmatically in iPhone SDK

Every smartphone device has a status bar at top of the screen displaying signal strength,battery status,carrier name etc. In some of our application, we had to hide the status bar. To  hide Status Bar  programatically, one can use the given below code snippet [[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO]; Note:- This will only work if device is

iPhone Development:Hide statusBar Programmatically in iPhone SDK Read More »