Custom shaped (inverted T) bordered Uiview in iOS
问题 I have to create a custom shaped (inverted T) bordered Uiview on iOS. I am attaching the screenshot below. I have researched a lot and I found a way using UIBezierPath from here. But I didn't get any idea to shape my view as inverted T shaped. 回答1: UIView s are always rectangular. From the documentation: The UIView class defines a rectangular area on the screen and the interfaces for managing the content in that area. Even though the view is limited to being rectangular, you can shape your