In this method what is the means of true and false?
application: didFinishLaunchingWithOptions: -> Bool{
return true
}
if I write return true
application Launch and works fine either I write return false
application work's fine.
so what is the mean of return true and false?.