-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Hi, I'd like to ask you how can I use this component with Swift? I'm not familiar with Objective C at all.
Especially lines:
self.shineLabel = [[RQShineLabel alloc] initWithFrame:CGRectMake(16, 16, 298, 300)];
and
[self.shineLabel shine];
Thank you
Edit:
Sorry with stupid question. Here is my solution:
Ad.1 self.shineLabel = RQShineLabel(frame: CGRectMake(16, 16, 298, 300))
Ad.2 self.shineLabel.shine()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels