-
* Library setup method: CocoaPods
* Version of the library. Example: 8.0.
* Xcode version. Example: 9.2.
* OS version. Example: iOS 11.2.
Hi there!, first of all thanks for this amazing software…
-
//
// OnboardingViewController.swift
// Motif
//
// Created by Krunal Kathiriya on 26/01/23.
//
import UIKit
import FSPagerView
import Firebase
import FirebaseAuth
struct OnBoarding{
var titl…
-
### Description
When trying to save HTML in a field, i'm getting a JSON error. I've got year old sites where i've used similar ACF and was not getting this issue then - that I know of, although I am …
-
调试了一下,发现pageControl其实是显示在CollectionView下方.所以看不到,这个算是BUG吧.临时解决方案可以参考我下面代码
\- (void)awakeFromNib {
[super awakeFromNib];
[self setCycleScrollView];
}
#pragma mark UI
\- (void)setCycleScr…
-
Not an issue, just an idea:)
How about to make also AXTabBar customizable? Or replaceable with a custom tabBar that conforms to the AXTabBarDelegate protocol or just a AXTabBar subclass. I can think …
-
SDCycleScrollView.h 没提供设置 "像TAPageControl的spacingBetweenDots"间距的接口
-
UIPageControl dots isn't connected with code, it doesn't work, pages is working, but dots not moving
@IBOutlet weak var contentControl: UIPageControl! --- with empty circle connection, and got er…
-
-
播放视频的时候,在进度条附近点击,小圆点会往后移动,但是还停留在视频播放页,如图
-
I added this as a horizontal scroll view to an app that only uses landscape orientation. I can't stop it from allowing vertical scrolling. It also does not page the the correct x coordinate. Only the …