Moshe
Moshe
Sine is implemented. We still need: - [x] Cosine - [x] Tangent - [ ] Arcsine - [ ] Cotangent - [ ] Arctangent
The two thick axis lines don't actually move to be centered along the graph, so creating a graph with a lower bound that is not the negative of the upper...
It would be nice if there was a proper parabola equation that offered all of the parameters of a pen and paper equation. (Right now, we can simulate a parabola...
I don't have a modern iPad, so I can't run this in Playgrounds on iOS 10. I know nothing about Playgrounds for iPad except that it runs Swift on iPad...
# Summary [This fork][https://github.com/iChernov/MBCalendarKit/commit/a45db8c3dc7c51ffc3d61ef33a05034439440d43#diff-e4cba162800cbd8cb027cda8d049c5f1R485] swaps out the arrow images. It would be cool to allow these to be configured on the calendar view, and only use the drawn arrows be...
# Summary Performance when loading UI seems to be unacceptable right now. ## Steps To Reproduce ``` 1. Create a new Xcode project. 2. Integrate MBCalendarKit 3. Create a `CalanderView`...
Per, @snadahalli, in my words: If you tap on one of the arrows on the calendar, it shows another month, and changes the selected date to the first of the...
Transitioning from month to month when the months have different weeks are slightly off. To reproduce, use the arrows to transition from December 2017 to November 2017. Observe the cell...
The new `CKCustomCellProvider` API works well for cells, but custom cells can look funny beneath a mismatching header. The cell provider API is still useful for customizing cell content, but...
I haven't done a full accessibility audit yet, but some areas that definitely need work: - [ ] The next/back buttons in the header view are currently custom drawn arrow...