Swift: Present UIAlertController in closure -
we trying present uialertcontroller
within closure error "implicit use of self in closure, use self. make capture semantics specific". correct syntax here?
you need refer "self" explicitly when talking object's instance variables inside block.
self.showviewcontroller(...)
Comments
Post a Comment