basic question. What is singleton.Write the code . what is difference between frame and bounds? what is the difference between function and closure? what is core data?.
Anonimo
frame means realted to its view and bounds means related to its superview, coredata is apple framework which is used to store data by creating entitys and attributes, function is used to excute a set of statements , closures are self functionality blocks example In alert statement there is closure in completion handler which consist of closure . syntax of closure { parameters -> return in statements},singleton is global shared instances . we have call it by class name . instance name