Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
calendarView有一个带有暗视图(称为)的xib
calendarView
接下来是我添加一个名为的子calendar视图(这是此页面的日历视图)
calendar
[self.calendarView addSubview:calendar];
结果是:calendar添加了,但覆盖了calendarView
我的问题 :
一般来说,子视图会比父视图更大。如果您不希望这种情况发生,您应该将子视图的框架设置为小于或等于父视图的边界。如果子视图是您制作的服装类,您可能应该将其更改为正确的大小,否则我认为最好的方法是使用变换