-
hi, first of all, thanks for your work! the carousel is working nice for my app.
i want to connect the carousel with my pageView. My carousel just got a label with headings in it and when i swipe l…
-
If you open the page of the castle "Honeytomb" in [this](https://drive.google.com/file/d/1sNbYb23Vc3rO7k88lN4_ExCd-fvdOqst/view?usp=sharing) legends export, an unhandled exception occurs, but the prog…
-
Hi Adrian,
AFImageViewer doesn't show image when you touch UIPageControl. Is it possible to have UIPageControl value changed event.
-
Hi i was wondering if you've developed pagination within the framework so that there's circles at the bottom of the screen to show the user the current view which they are on? Like the image attached.…
-
-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView
{
self.currentPoint = _scrollerview.contentOffset;
NSInteger b = self.currentPoint.x/_scrollerview.frame.size.width + 1 ;
// 添…
-
I posted an issue previously #214 although I think I've narrowed down the problem.
We have a tableview with an imageslideshow inside the cell.
When the tableview scrolls memory jumps from 30mb to 1…
-
I have been a WPF developer since 2006 and have written thousands of lines of WPF xaml code without issue. Maui, because Mirocosoft has to have a billion different versions of xaml, made me learn YAXL…
-
![example1](https://cloud.githubusercontent.com/assets/1780255/24791489/f5db80f4-1b82-11e7-8538-5a3388fb4345.png)
-
Hi,
Tried to set a background color to the component, yet it shows up off the edges. Realised then that if I set the page control to clip its content, a part is missing. Which means the component i…
-
I want to make a log in button that appears on all pages. I don't want it to slide from the same button to the other.
In other words, how do I make it so that the button does not swipe with the rest…