Quick one... which nibName and bundle do i use? You had initially used super.init() but that wouldn't work in these new versions of swift so i figured it requires this method: super.init(nibName: String?, bundle: NSBundle? )... I just need to know which values i should add there. only thing i need to sort out.
Hey;
Quick one... which nibName and bundle do i use? You had initially used super.init() but that wouldn't work in these new versions of swift so i figured it requires this method: super.init(nibName: String?, bundle: NSBundle? )... I just need to know which values i should add there. only thing i need to sort out.
Would gladly appreciate any help. Thanks!