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
578 views
1 answer
    Im trying to set up an imagePicker in a new iOS7 Xcode project using storyboards but can't seem to find ... self.view addSubview:imageView]; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I'm trying to delete the rows that don't meet the criteria in the for loop. However, I'm getting and ... ) } } self.theTableView.endUpdates() See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
708 views
1 answer
    I've been trying to convert the document retrieved from the Firebase's Cloud Firestore to a custom object in Swift ... know how to resolve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    I'm trying to overwrite the default action of the back button in a navigation controller. I've provided a ... viewDidUnload doesn't do that)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I know there already are some questions about this but I couldn't find a solution. There is a very simple code that ... but I can't find it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I i'm getting the error "Implicit conversion of 'int' to 'id' is disallowed with ARC" at the line marked ... } } return drawnNumbers; } @end See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
749 views
1 answer
    This is my first time in which I've encountered problems with drawRect. I have a simple UIView subclass with a ... is what the view looks like: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    Can anyone tell me what is going on in this error code [UIViewController collectionView:numberOfItemsInSection:]: ... have i done wrong See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
763 views
1 answer
    In Swift, there's a common if let pattern used to unwrap optionals: if let value = optional { print("value is ... go to: (unwrappedUrl!)") } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
812 views
1 answer
    convenience init(red:Int,green:Int,blue:Int,alpha:CGFloat) { var red: CGFloat = CGFloat(red)/255.0 var ... this function, error occurs still! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    Is it possible to do this? UIApplication's scheduledLocalNotifications doesn't seem to return notifications ... 'scheduledLocalNotifications'. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
943 views
1 answer
    let cell = tableView.dequeueReusableCellWithIdentifier("cellReuseIdentifier", forIndexPath: indexPath) as! CustomTableViewCell I ... in memory. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    In Xcode 9.2, for my iOS app, I have a Scheme for running my UI Test suite. In this scheme, under ... . Am I setting something incorrectly here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
890 views
1 answer
    In modern iOS (2017), here's actually the only way I know to save an image to the iOS photos system, and get ... it really the way to go, today? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am try to use motion manager in Swift but the log inside my update block never prints. var motionManager: ... block isn't being called? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
634 views
1 answer
    I'm currently developing application using the camera for iphone in HTML5 with <input type="file" accept="capture ... to separate the two types? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    I'm using a UITableViewController for a table in my app, and I've added an NSFetchedResultsController ... by an NSFetchedResultsController? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
778 views
1 answer
    I'm trying to make an iOS app in Swift that requires me to split a line of text at the first colon ... character, rather than along all matches? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a ViewController and a DetailViewController, in the ViewDidLoad of the ViewController I set the following code, ... from the App Store See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
668 views
1 answer
    Since upgrading to XCode 5, I am unable to view data in the sqlite file in my Applications Folder. The folder ... data in CoreData. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
719 views
1 answer
    This is how I'm notifying the system to read out my elements: UIAccessibilityPostNotification( ... missing here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    I'm creating a simple chat app to learn Swift and Firebase. I have a query that checks for a chat room's messages ... username" : "tester" } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    We tried to submit a new build to iTunesConnect for updating an existing application. It is a quick patch ... help will be truly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    I have searched the solution to this in the past QAs, but could not find the right one. Does anyone know how ... or code sample. Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to play an MP3 file (works when played via VLC/iTunes) when a button is pressed. Here is ... CDEpisode object) and it still fails. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    AFNetworking allows you to add an NSDictionary of parameters to a request, and it will append them to the request. ... I just add a category? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I am having trouble getting game center to work with my app. Whenever I try to authenticate the user it ... problem. Thanks in advance! Michael See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    I have an array of structs: struct CalendarDate { var date: NSDate? var selected = false } private var collectionData ... [i].selected = false } See Question&Answers more detail:os...
asked Oct 24, 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

...