-
hi,看了你的自动轮播感觉写的很不错,但是我将我自己写的库切换成你的库后,发现广告崩溃。
错误日志:-[UIView setImage:]: unrecognized selector sent to instance 0x170395af0
崩溃在这句代码: _pageControl.currentPage = (_currIndex + 1) % s…
-
重用机制后pageControl的index初始化为第一页,但滚动图片的实际页数并没有跳转回第一页,直到图片下一次自动或手动滚动才会刷新pageControl对应的页数。
-
What I need to do to enable the page indicator? I cloud not find any reference about it in your demo app.
``` swift
override func viewDidLoad() {
scrollView.auk.settings.showsHorizontalSc…
-
I wanted to show the alert with some transparency so I used the next settings:
```
let alpha: CGFloat = 0.82
let blueAlpha = UIColor(red: 3/255, green: 169/255, blue: 244/255, alpha: …
-
Hi Evgenii,
I just integrated Auk into my project (storyboard with auto layout). I have a ViewController hosting a TableViewController with a prototype cell. In this cell, there is a ScrollView that …
ghost updated
8 years ago
-
提供一个 label 显示的选项?
6/66
-
Any reason for `scrollViewDidScroll` be called too many times? just curious!
``` swift
override func viewDidLoad() {
scrollView.auk.settings.preloadRemoteImagesAround = 2
scrollView.auk.setti…
-
1、如果我的手势一直往左滑动,是不是应该图片0到图片2呢?
2、pageControl是不是加上事件会更完善些!
-
1. `scrollInterval` 属性并不能在 Interface Builder 中设计,是否不应该使用 `NSTimeInterval`?
2. Collection View 一开始只能右划不能左划
-
This problem is not necessarily a WinJS problem, nevertheless, it affects the use of WinJS in multiple browsers.
When loading a page within a PageControl in a single-page navigation style web app AND…