-
在demo中使用了 react-navigation 作为分屏组件,在Home屏中使用了 react-native-swiper,所有配置项正确有效的情况下,autoplay = true 时,出现了底部圆点标识在切换但是页面不切换。
`const Tab = TabNavigator(
{
Home: {
screen: HomeScene,
n…
-
Hello,
I am using mwphotobrowser inside a uitableviewcell. I have several cells, but 3 cells at maximum. When I leave this uitableviewcontroller screen (by pushing another VC to stack or by switching…
-
@agdsdl 支持cocoapods就完美了
-
## ✅ 체크 리스트
- [x] 1차에서 4차까지 개발을 하고 공부를 했던 부분에서 이슈 해결했던 부분 1가지 이상 정리하기
- [x] 5차에서 6차까지 협업을 하면서 또는 개발을 하면서 이슈 해결했던 부분 1가지 이상 정리하기
- [x] 지금 현재 내가 부족한 부분이 무엇인지 또는 공부할 내용 체크리스트 만들기
-
Hi,
First thanks for your POD, awesome work
I found an issue when I try to add the SlideMenu in a TabBar.
You can test it with the following code (your code updated) :
let mainView…
-
首先不太确定具体bug原因,但是经过测试发现通过下面修改就没问题了,如下:
CYLTabBar.m Line:186 修改为[self setupTabImageViewDefaultOffset:self.selectedItem.cyl_tabButton]即可
这里不明白为啥作者写法self.tabBarButtonArray[0],一直取第一个导致非第一个t…
-
It doesn't have one of the most useful features of `.fullScreenCover` in my opinion, which is to be able to call it from a subview that is not full screen. I've been trying to replicate that without s…
-
Your user-interface should present a UITabBarController-based UI with two tabs, each of which contains its own navigation (i.e. UINavigationController-based) stack. One tab lets you browse (in the man…
-
如果配合 uitabcontrolller 使用的时候 tabbar 是黑色的
我的具体操作是 使用 全部 uiviewcontroller 使用stroyboard
-
### Description
When using iOS/Catalyst, the icons inside of the TabBar are not sized correctly. It looks like they are not being resized and are using their original dimensions. This…