If you have found a way to execute one function - func1() -, it is easy to execute all:
func executeAll() {
func1()
func2()
// etc
}
and call executeAll() as you called func1().
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: