open viewcontroller on half screen – Ios swift
I want to open a segue, but only on a half screen, the rest I want to be an ImageView, I tried searching up segue padding, but couldn't find what I was looking for, In figma, I've added an IOS…
I want to open a segue, but only on a half screen, the rest I want to be an ImageView, I tried searching up segue padding, but couldn't find what I was looking for, In figma, I've added an IOS…
I have a Flutter developed App that I want to upload for App Store Review. The App has been successfully uploaded through Xcode as you can see here— https://prntscr.com/26m7w94 Sadly, the Build doesn’t appear in my App Connect Build section…
I start learning swift with Paul Hudson's "100 Days of Swift" and I need your advices. I'm trying making app with country's info (capital, language, currencies etc.) and stuck with trying represent result of my JSON parsing in tableView. This…
I'm trying to trigger an alert when is an error in the model but it never get updated to show the alert: Here is my implementation in the view: struct ContentView: View { @ObservedObject var viewModel: ViewModel @State var showAlert…
My app's login view accesses an external service to validate the user's credentials and return a swift object. The login view calls a login function here: func login(completion: @escaping (Bool) -> Void) { showProgressView = true //checks with APIService APIService.shared.login(credentials:…
When submitting my app to the App Store I receive this email: TMS-90713: Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle '...'. Apps built with iOS 11 or later SDK must supply…
[default] LSPrefs: could not find untranslocated node for <FSNode 0x600003002ae0> { isDir = ?, path = '/private/var/folders/k7/zdtfstr13gxcrwg98wc0k1dm0000gn/X/14ADFEAC-68C8-59CF-AC5B-21F464164A42/d/Wrapper/Dicee-iOS13.app' }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"
I am using UITableView header to add UIImageView and other labels. But I am unable to place UIImageView in between navigation bar and UITableViewHeader. my Image is going behind navigation bar. Pls refer the expected design screenshot. Thanks in advance.…
I have tried few solutions: deleting podfile.lock and rebuilding with pod install --repo-update delete all the pods files and setup pod from scratch source 'https://cdn.cocoapods.org/' before my target 'Runner' do But nothing has worked. Need help! This Error occurs only…
I am using the clearbit api to get and display company logos in my app. This works great except that all of the logos are different size, and I want them all to be displayed as a square. Does anybody…