Skip to content

coltonswapp/CSTextViewTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CSTextView (experimental)

As it stands

myGif

Goal

  • Take criticisms and find better ways to build interactions like this
  • Discover if UIViewControllerAnimatedTransitioning is a better approach for something like this

Notes

  • You'll notice that the viewController is presented using a .crossDissolve and .overfullscreen for .modalPresentationStyle and .modalTransitionStyle respectively.
  • This results in the view dissolving onto the stack, which is the kind of thing that I want for the blurView (darkened view behind textEntry container view), but I would rather that the containerView have full opacity as it is presented from the bottom of the screen.
  • In the same vain, rather than the containerView disssolving off the stack as it is dismissed, I want it to slide (at full opacity) off the bottom of the screen.
  • Overall, struggling in general to have the blurView remain dissolving in and out, while having the container view slide up and down at full opacity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages