ytakzk / Hokusai

A Swift library to provide a bouncy action sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue!!

Anurag171992 opened this issue · comments

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)