Questions tagged [ios]

Ask Question

iOS is the mobile operating system running on the Apple iPhone, iPod touch, and iPad. Use this tag [ios] for questions related to programming on the iOS platform. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.

671,272 questions 10
0 votes 0 answers 3 views

Flutter : apple pay button appears but not responds on tapping

i have managed to show apple pay button in flutter app by using sandbox account, i have used pay package() for showing apple pay. But the problem is apple pay button ... user avatar Akhil
  • 31
0 votes 0 answers 3 views

black video popup shows up on IOS in react native app

I am trying to show banner ads using Banner from react-native-ad-manager, but there is a black popup shows up with video controls on the screen. I have to close that black video popup in order to use ... user avatar Kunal Joshi
  • 31
0 votes 0 answers 5 views

Finding GUID of a Bluetooth IOS Device

When using 32feet.net package to listen to a bluetooth device, I need to have the GUID value of a the device to construct the bluetoothListener. See example below. However, to connect to a ios device ... user avatar Josh
  • 21
0 votes 0 answers 2 views

Remove last cell beneath separator in UITableView

I tried the @Hiren method but didn't work. I want to remove the last separator from my tableview. Any solutions working on 2022? enter image description here user avatar Albert Buigues
  • 3
0 votes 0 answers 11 views

Issue in GITLAB local server ios (flutter) build for CI/CD

hi I am not able to build for flutter ios using cicd GitLab on the local server I am using shell executed I have installed cocoa pod using bundler and gem file and trying to upload test build on ... user avatar Amit
  • 401
-1 votes 0 answers 8 views

fastlane finished with errors

When I start fastlane, I get the following error: How can this problem be solved? user avatar user19152392
  • 75
0 votes 0 answers 12 views

Customise Section Headers ONLY when Headers are pinned, otherwise not (SwiftUI)

My question is simple: Is there any way to customise a Section's Header ONLY when it gets pinned, but keep it as it was before if not pinned? I am trying to add a .shadow to a Section's Header and I ... user avatar Robert Basamac
  • 21
0 votes 0 answers 6 views

Image overlapping content after use clipped in SwiftUI

According my question, After I implement view like image below. I clipped my list of image for square ratio 1:1 and using .scaleToFill() but after I run this page I can't click at my tab's menu ( ... user avatar Nawin Poolsawad
  • 159
0 votes 0 answers 10 views

Save result from Google Place Autocomplete as favorite

I'm new to Swift. I have a Google places autocomplete search in my project. What I want to do is when I find a place that I'm looking for in a search I want to save it inside of my Apps list as a ... user avatar Franco Rod
  • 9
0 votes 0 answers 7 views

Multiline button and issue with alignment of ContentLayout icon xamarin iOS

I'm currently facing an issue trying to adapt my xamarin forms view buttons with icon to iOS version. An image have a thousand words values so here is what i get now: I firstly corrected the iOS ... user avatar Guillaume D
  • 127
0 votes 0 answers 6 views

react-native-esc-pos-printer ios not working

I am using your package about the Epos printer. I am facing an issue with my  Epson m30ii printer. It's a blue tooth printer. I am trying to ... user avatar Ibad Ur Rehman
  • 424
-4 votes 0 answers 16 views

How to install Macintosh on non-Apple laptops [closed]

I have a Lenovo laptop and I want to use the Mac OS (Sierra) How do I install it CRC failed in the encrypted file(Wrong password) Corruoted file user avatar Hamed Zare
  • 1
0 votes 1 answer 7 views

React Native IOS Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications

I wrote an android project with react native and it works fine, but then I wanted to go with ios, I went to the ios folder and ran the pod install code, then I went back to the main folder and said ... user avatar zekoliman
  • 13
0 votes 0 answers 20 views

Navigate to RootController in SwiftUI [duplicate]

We have a scenario, if the token is revoked we need to Logout the user and navigate him to the Login Screen. We used to write the logout logic and make the root view controller as LoginVC in the ... user avatar Ramgopal
  • 81
0 votes 1 answer 11 views

Flutter table bind List of data

I want to bind list of data in flutter Table. Table TaskTable() { return Table( defaultColumnWidth: FixedColumnWidth(120.sp), border: TableBorder.all(width: 1, color: Color.... user avatar pasha
  • 111

15 30 50 per page1234544752

You Might Also Like