FluidGroup / NextGrowingTextView

📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.
MIT License
1.8k stars 149 forks source link

Dismiss interactively #17

Closed DazChong closed 6 years ago

DazChong commented 8 years ago

Hi, thanks for providing this lightweight controls.

I tried to enable the scrollview dismiss interactively but the view is not supported, then I try to mount it into accessoryView. It also didn't appear with stuck button at bottom right.

    override func viewDidLoad() {
        //...
        self.growingTextView.removeFromSuperview()
    }

    override var inputAccessoryView:UIView{
        get{
            return self.growingTextView
        }
    }
muukii commented 6 years ago

I think It's not in the scope of NextGrowingTextView.