-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
Just added DownloadButton to my project. Have to say, it is great. Thank you, Pavel, for this awesome soluton! But still there are some things, I'd like to ask:
- How can I access
UIImage+PKDownloadButtonin Swift? When I try customising the button as in the example (calling UIImage initialiser with methodbuttonBackgroundWithColor), that initialiser in unaccessible. (I add DownloadButton as accessoryView to myUITableViewCellincellForRowAtIndexmethod) - In
UITableViewControllerclass, when I implementPKDownloadButtonDelegate,downloadButtonTappedmethod is never called when I tap the button. (I have a button in each row of my tableView). How should I properly implement it? - When I programmatically change the DownloadButton state to .Downloading and the circle comes out, how can this circle be moved to the right side of the button corner? (Now it is on the left side)
- Maybe this one is not about this library, but still, is it possible to implement AppStore-like cloud button with the same functions? For example, when I tap the button and the Downloading circle comes out?
- How can I localise DownloadButton?
Sorry for the very long text, but I think this would be useful for many beginnes, like me
Thank you in advance.
Metadata
Metadata
Assignees
Labels
No labels