Is there anyway to have a view that overlaps the main view, but not all of it? Just about 80/90%? I’m asking that because the designer has designed something like that:

As you see, I’ve one View and the main view behind. How can I implement that? And what’s the best way to create a costum view, that can be reusable in the future?
Tks!
You can change
UIView‘s origin x like this: (for example 100px space from left)Don’t forget that x and y starts from left bottom corner.
Add
UIViewfrom Objects library and then subclass it.UPDATE (Do with animation):