Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged iOS

0 votes
306 views
1 answer
    I am studying Swift! I want create Main interface on xib. But have error "use of unresolved identifier". Add code from ... . } } UPD:(Add image) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
324 views
1 answer
    I have to change the label of a UISwitch from ON-OFF to YES-NO. I want this method to be implemented in ... the cook book, but without success See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
197 views
1 answer
    Swift offers the ability to write extensions. I do that a lot to make my code easier to read. Not ... , because of performance reasons? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I tried to codesign using: /usr/bin/codesign -f -s $IDENTITY --keychain $KEYCHAIN --entitlements ... get an errSecInternalComponent error. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
608 views
1 answer
    I'm trying to hide the Cancel button of the search bar in the UISearchController, but unfortunately setting the ... not ideal. Any suggestions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
210 views
1 answer
    I have a task to access the system ringtones in my iPhone application. I want to know if it is possible to ... not, please explain the reason. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
387 views
1 answer
    I've got a universal XCode Project (ObjC) for iPad and iPhone with a subproject that contains a storyboard. ... the iPad find the storyboard? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
256 views
1 answer
    In Swift 1.1 we were able to have code like below compile and work where we exposed existing Objective-C ... property with a different name? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
268 views
1 answer
    I'm trying to get a banner in my app, but since I added the banner, the app won't start. I get an error ... } } What do you think is wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
205 views
1 answer
    I recently updated my Xcode to 6.3 stable version. When I try to add a new folder (Right Click ... s causing this problem? Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
200 views
1 answer
    I want to draw polyline in my Swift app. Swift code class MapViewController: UIViewController, MKMapViewDelegate { ... a solution to this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
328 views
1 answer
    Hi i am using GCM for push notification, it is working fine in iOS8 but in iOS9 it is giving error "GCM ... (com.google.gcm error 501.) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
146 views
1 answer
    I created a Core Data model in xcode 3.2 and after upgrading in Xcode 4.2, I then added a new entity ... solution for this issue? Please help. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
229 views
1 answer
    Using the FetchRequest wrapper, and changing the data of the fetched results inside the view. This works the first ... , results are the same. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
276 views
1 answer
    I'm creating an app for iOS using iBeacons. I know, that if i set up a region to monitor, the framework can ... if it was launched by the user? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
434 views
1 answer
    Storage.storage().reference().child(ImageUid).putData(ImageData, metadata: metadata) { (metadata, error) in if error != ... . How do I fix this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
226 views
1 answer
    Has anyone experienced this problem? It looks like a bug in Apple's code and I will submit a radar if people ... components: (components)") } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
780 views
1 answer
    This is my NSPredicate: print(searchTextField.text!) let predicate = NSPredicate(format: "student.schoolClass.id = %d ... RHS Isn't it weird? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
236 views
1 answer
    Has anybody had experience using HLS with Fairplay and succeeded in retrieving the pixel buffer? I'm using an ... using FairPlay on iOS? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
207 views
1 answer
    when I nslog the value after setting it it is NULL, any word why? CustomCollectionVIewCell *cell =[[ ... setObject:cell atIndexedSubscript:i]; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
372 views
1 answer
    The Apple docs say reads from an app's CloudKit public database can occur without an iCloud login, but writes ... , Swift is preferred. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
264 views
1 answer
    I'm using Firebase for my Swift iOS application. I found the retrieving data tutorial on Firebase's guide a ... Any help would be appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
367 views
1 answer
    I am trying to create a tic tac toe app that will work on both the 3.5 and 4 inch iPhones. However, I ... size? Thanks to anyone who responds. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
153 views
1 answer
    I do a Parse query in my iPhone app, but I am getting errors trying to do the same Parse query in my Watch app. ... { // What to put here? } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
252 views
1 answer
    Question: How To Make UITableViewCell Height Dynamic according the UICollectionViewCell? View Hierarchy: ... the UICollectionViewCell. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
341 views
1 answer
    I am using the SVM implementation of OpenCV (based on LibSVM) on iOS. Is it possible to obtain the weight vector after training? Thank you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
349 views
1 answer
    The following code: let size = CGSize(width: 200, height: 30) let rect = CGRect(origin: .zero, size: size) let ... be closed, how can I do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
251 views
1 answer
    I need to create a UICollectionView with cells of different sizes (1x1, 2x2, 2x1, 3x2.5). I've already code to ... doesn't work like that ... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...