Firdavs Khaydar
Firdavs Khaydar
Hello, Thank you for the contribution. I think it will be better, if you mention that the name of the framework depends on a dependency manager. `MaterialProgressBar` only for CocoaPods.
I mean if you use it with Carthage or SPM, the name of the framework will be `LinearProgressBar`. I couldn't use that name for CocoaPods because it was already taken.
Any updates?
It already has a shared scheme. But Carthage says `Dependency "Squawk" has no shared framework schemes for any of the platforms: iOS`
Sorry, I missed the part with adding a `Publication` to the server.
I used EPUB reader implementation from this example app. While copying code, I missed this part https://github.com/readium/r2-testapp-swift/blob/develop/r2-testapp-swift/Library/LibraryViewController.swift#L352, which was needed for accessing publication resources via a local server. I read...
Does anyone have a solution to this problem?
I used expanding cell code from examples. But I wanted to do this with self-sizing cells. `AuthorDescriptionCell.swift`: ```Swift import UIKit class AuthorDescriptionCell: UICollectionViewCell { static let insets = UIEdgeInsets(top: 0,...