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.
我正在开发一个 iPhone 应用程序,其中有一个页面,我在其中一次使用滚动视图 mkmapview 和 webview 来控制分段控件。
我做的很舒服。
我的问题是我想在这个框架之外显示边框或框架。
我该怎么做?
在这里你可以怎么做::
self.posterView.layer.borderColor = [[UIColor whiteColor] CGColor]; self.posterView.layer.borderWidth = 2.0;
一件事不要忘记包括<QuartzCore/Quartcore.h>并包含框架
<QuartzCore/Quartcore.h>
请享用