Junaid Abdurahman
Junaid Abdurahman
I'm not getting any output string. My code is below ``` @IBAction func takePhoto(_ sender: Any) { imagePicker = UIImagePickerController() imagePicker.delegate = self imagePicker.sourceType = .camera present(imagePicker, animated: true, completion:...
I added the timerDidEnd function to my Viewcontroller but it doesn't seem run. ``` func timerDidEnd(sender: SRCountdownTimer, elapsedTime: TimeInterval) { print("ended") } ```
It worked fine for me for a while but now I keep getting the error "libc++abi.dylib: terminating with uncaught exception of type NSException" when I click an item from the...
I left the initial weights as the default values but it doesn't set the weights after that ``` let initial_weights = Matrix(rows: 3, columns: 1, elements: [-100000.0, 1.0, 1.0]) let...
### New Issue Checklist - [x] Updated Tabman to the latest version - [X] I took a look at the [Troubleshooting Guide](https://github.com/uias/Tabman/blob/main/Docs/Troubleshooting.md) - [X] I searched for [existing GitHub issues](https://github.com/uias/Tabman/issues)...
I’m trying to use the tab bar with the large navigation bar. It works fine in general it’s just it doesn’t allow the title bar to ‘collapse’ when scrolling. This...
When I run the app the collectionView shrinks each cell and displays them all at once on the screen. I followed readme and added this to my viewDidLoad() ``` let...
When scrolling down fast the view can sometimes be dismissed by accident. Having an option to adjust the sensitivity would assist.
If you press back to go back to the view with the animation (in the navigation controller stack) the animation doesn’t work.
It seems to attach itself to the bottom of the scrollable content (bottom of tableview) when using it in a UITableViewController