You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added Hokusai.show on a button Action and the problem that i have observed is that a cancel button gets added when ever I click on my Added button.Please suggest if this is an issue or implementation fault.
I some how managed to resolve the issue too but I did that by manipulating a line of code in your class Hokusai.swift. Where i commented the code as follow:
// Add a cancel button
// self.addCancelButton(cancelButtonTitle)
The text was updated successfully, but these errors were encountered:
I have added Hokusai.show on a button Action and the problem that i have observed is that a cancel button gets added when ever I click on my Added button.Please suggest if this is an issue or implementation fault.
I some how managed to resolve the issue too but I did that by manipulating a line of code in your class Hokusai.swift. Where i commented the code as follow:
// Add a cancel button
// self.addCancelButton(cancelButtonTitle)
The text was updated successfully, but these errors were encountered: