I am very new to Swift, Just one line:
Code written at global scope is used as the entry point for the program, so you don’t need a main() function. You also don’t need to write semicolons at the end of every statement.
at Official Swift Tour Page.
I have gone through What is the entry point of swift code execution?
I really don't understand how main.m is merged with AppDelegate.swift, Can somebody explain it in a simple way. Thanks!