Questions tagged [abcustomuinavcontroller]

Custom UINavigationController. SquaresFlips and Cube effects

Custom UINavigationController for iOS. Contains SquaresFlips and Cube effects. GitHub Repo Link

8 questions
2
votes
1 answer

iOS - Exception setting text to UILabel property

I am facing a strange issue in one of my View Controllers, Every thing works fine and loads fine but when ever i set a Value to the View i get an Exception related to layer. However i am not setting any properties to the Layer either in Interface…
user2043155
1
vote
0 answers

Android BottomNavigationView and NavController issue with selectedItem (java)

I have a MainActivity with a BottomNavigationView, and 5 menuItems on it, each referring to a fragment (home, help, contracts,bills, account) on the Home fragment, there is a link for a 6th "contact" fragment which is not an item of the bottom…
1
vote
1 answer

UISearchController in navigation bar could not hide properly on iOS 11

I want to hide navigation bar after a tap navigationController?.hidesBarsOnTap = true The navigationBar hides properly after a tap But after adding a searchController (code below) let searchController =…
0
votes
0 answers

why does it say "keeps stopping" when I run the emulator?

[[[[enter image description here](https://i.stack.imgur.com/THp2K.png)](https://i.stack.imgur.com/ubf5E.png)](https://i.stack.imgur.com/6xAta.png)](https://i.stack.imgur.com/dyrx9.png) When İ "run", there is a problem in the first picture in the…
0
votes
1 answer

adding a child fragment in my bottomsheet fragment in Kotlin

I am trying to reuse already created fragment in my bottom sheet and for this I am using below code. class SummaryBottomSheet: BottomSheetDialogFragment() { override fun onViewCreated(view: View, savedInstanceState: Bundle?) { val bundle =…
0
votes
1 answer

Add view to contentView using function swiftUI not working

I had a function that will have a Text().I called the function inside body but not shows. struct ContentView: View { var body: some View { Text("").onAppear(perform: data) } func data() { Text("sweet") } }
0
votes
1 answer

How to use NavController (with a NavHost in a fragment) in a fragment rather than in an activity?

I have a MainActivity and in it I have a navController with a mainFragment that serves as NavHost for 4 fragments (Feed, Notifications, Profile and Help). My problem is with the third of these fragments, in which I need it also has its own…
0
votes
0 answers

change root navigation controller in app delegate

I'm using ABCustomUINavigationController , i want to initialize my storyboard like this but i always get error LoginViewController *loginViewController = [[LoginViewController alloc] init] ; if ([[UIDevice currentDevice] userInterfaceIdiom] ==…
mohamed
  • 243
  • 3
  • 14