2,528 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
328
views
Transparent Black Shade over the Navigation Bar in iPhone-X Later Notch Screen Devices in iOS App
I've configured app to support Notch Screen devices Running my App in the iPhone X Simulator.
the App is working fine in Normal views but does not use the full screen space if I have NAVIGATION ...
0
votes
0
answers
603
views
How to use notification service extension in Cordova FCM
I'm very new in ionic. I have tried many methods to use notification service extension but, it doesn't work. I have followed these tutorials:
https://github.com/CleverTap/CTNotificationService
https:/...
0
votes
2
answers
2k
views
Why is my responsive, hybrid email template breaking in iPhone 7 Native mail (only)?
iPhone 7 screenshot
The iPhone 7 native email app breaks these stacking rows and doesn't show the background image. This is a hybrid build. The template appears fine in every other device. I’ve ...
0
votes
0
answers
157
views
How to make .endswith work in OS 11 chrome and safari?
const trimEnd = str => str.endsWith('/') ? str.slice(0, -1) :
str;
const filterWithValue = str => str.length;
Why wouldnt this work on a ...
0
votes
0
answers
87
views
Named Color in user defined property border color UIButton app crash
I have observed a wired behaviour in Xcode 12
My app crashes when I run the app on ios 11 or 12 simulator through Xcode 12.
I have set borderColor property of UIButton under user defined property in ....
1
vote
1
answer
372
views
pod install / update on iOS11 with Xcode12.2
I am getting the below mentioned error when trying to install pod after updating xcode12.2 on macOs11.0.
[!] The `Myproject-User-iOSUITests [Debug]` target overrides the `...
1
vote
0
answers
416
views
UISearchController searchBar background color of text field in iOS 11
I want to change the background color of a text field in searchBar embedded in UISearchController in iOS 11, using the following code:
class ViewController: UIViewController {
private var ...
2
votes
0
answers
215
views
UISearchController does not show up in iOS 12
I have an application that shows a list of items retrieved from the API in a UITableView (let's call this as the MasterList). Upon tapping on an item in the MasterList:
I push a ViewController (call ...
0
votes
1
answer
894
views
Swift/Combine- Assign a filtered object to a property on a class
I have a list of objects.
let arr = [[1, 2, 3, 4, 5]]
It lives in a repository.
class ArrayRepository: ObservableObject {
@Published let arr = [1,2,3,4,5]
}
I have a class with a property ...
1
vote
1
answer
449
views
Is it possible to use ARReferenceImage objects created programatically from the images on iOS 11.3.1
I recently replaced a heavy OpenCV with the native ARKit for image detection and tracking. The images that I want to track downloaded from the web service and stored locally. I'm creating the ...
0
votes
1
answer
672
views
Can iOS DeviceCheck token remains same across 2 apps if both app has different developer but has same SDK installed?
Hypothetically if App A and App B both share the common third party library ... can iOS devicecheck token remains same same when generated through that common SDK ?
Due to common SDK they will use ...
1
vote
1
answer
190
views
OpenTok Session Volume Change Doesn't work with MPVolumeView
Hi I've been working on using Open Tok For a streaming session
I used MPVolumeView to vary system Sound.
Issue: MPVolumeView does work changing system Volume but that doesn't affect my OTSession ...
2
votes
0
answers
598
views
Bottom ion-tabs overlapping on last portion of ion-content on iOS devices
On iOS devices, last content inside ion-content getting overlapped by ion-tabs located at the bottom. Even the user tries to scroll to bottom content still hides behind the bottom tabs. This ...
1
vote
3
answers
3k
views
Disable drag interaction on specific section
How i can disable drag interaction on specific sections or cells if
tableView.dragInteractionEnabled = true ?
Now all table cells draggable, but i want to drag specific rows in this table.
Is it ...
0
votes
2
answers
7k
views
dyld: Library not loaded: @rpath/ ... Reason: no suitable image found. updated device to latest update 13.3.1
I have just updated my testing device from 13.1.2 to latest update 13.3.1. (before the update in 13.1.2 app was ran in the device without any error). Now I got the project to build, but after the ...