I am looking for a way to enable personal Hotspot programatically in iOS using Swift or Objective-C but did not see any API or way to achieve that. M ...
I am looking for a way to enable personal Hotspot programatically in iOS using Swift or Objective-C but did not see any API or way to achieve that. M ...
What is the expected behaviour of userNotificationCenter:willPresentNotification:withCompletionHandler: when the notification setting for an app is tu ...
I need to implement a cell inside of another cell, is it possible in any way? Or should I just find another way? thanks ...
I'm using Xcode 12, and I want to make the flip horizontal transition in the opposite direction. Right now, it goes from right to left, but I want to ...
I am refering this answer to parse url but when parse this url I am getting my 1st key is https://www.example.com/product-detail?journey_id But I n ...
On an existing project with many many subclassed UITextFields, UITextViews and other text-based input subclasses move a UIScroll (self.view) view up n ...
How do I allow my tableView to be selectable by overriding hitTest? I have a tableview that lives outside of bounds of its superview so I need to ove ...
I've a backBarButtonItem for few view controllers it is default showing with back arrow and text I wanted to create a leftBarButtonItem for some other ...
This is conceptually similar to Autolayout height equal to MAX(multiple view heights) except that question is sizing a container view, but I am wantin ...
I am trying to add dynamic UITableView inside UITableViewCell, but i am unable to manage height of cell. please assist me. Thanks. ...
I know this question is duplicate, but latest answer is not available. I have tried so many options to achieve this, but no use. I want to update my ...
I have a framework that depends on a couple of pods such as IQKeyboardManagerSwift, It used to work fine when I generate framework file and integrate ...
I wanted to try working with Cocoa Touch to create a table view but having issues. After I create the UITableViewController file and attach it to my s ...
. Answers to this question are eligible for a +50 reputation bounty. Au ...
I am learning Swift and I've been struggling a lot trying to understand how Cocoa Touch and UIKit are different. Just looking at the descriptions of t ...
I want to send particular key value pairs (secrets) to the app dynamically.. So by doing some investigation it seems we have apple remote assets conce ...
Is there a way to trigger code to execute when tapping on the "My Location" blue dot in MapKit? I tried implementing func mapView(_ mapView: MKMapV ...
I have an app which compiles and runs fine in older Macs with Intel processors in physical devices & iOS simulators. The same app also compiles a ...
Calling below code to start video call using QuickBlox, But getting 'You have to be logged in in order to use Chat API' error even after calling login ...
What are the differences between DispatchQueue schedule(), DispatchQueue async() and DispatchQueue concurrentPerform()? Under what circumstances ...