Dynamic User Defined Runtime Attributes
Clash Royale CLAN TAG#URR8PPP
Dynamic User Defined Runtime Attributes
How can I set a User Defined Runtime Attribute in Xcode to a value associated with the object? For example, I want to set the layer.cornerRadius
of a view to always be size.width / 2
to round the corners. Is there a way to do this with User Defined Runtime Attributes?
layer.cornerRadius
size.width / 2
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment