ASWeekSelectorView icon indicating copy to clipboard operation
ASWeekSelectorView copied to clipboard

iOS calendar-inspired simple mini week view to swipe through weeks and tap on days

Results 4 ASWeekSelectorView issues
Sort by recently updated
recently updated
newest added

If the view is added to a nib file and the delegate is set as follows: ``` let bundle = Bundle(for: MyView.self) let view = bundle.loadNibNamed("MyView", owner: self, options: nil)?.first...

bug

You have a method in your ASWeekSelectorView class that returns an NSString, however I don't see anyplace where you're actually using that method for anything. If I'm reading it right,...

Is there a way where you can set a fixed number of weeks available to display. For example, if I only want to be able to display the four weeks...

When changing the selected date to be in the week prior or after the current week, the week selector view should animate scrolling to that week rather than replacing the...

enhancement