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 ios7

0 votes
454 views
1 answer
    I have an issue with the images not showing, even though they are loading. I have tried this several ... _backgroundImage.image = image; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
376 views
1 answer
    While developing a BLE app for iOS, I keep getting a disconnect immediately after discoverServices is called. I am testing ... - exit",self); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
513 views
1 answer
    From iOS 7.0.2 the MAC address is: 02:00:00:00:00:00. How can I read real one in iOS? Is this unvailable from 7.0.2, or not? How do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    I cannot seem to replace the deprecated sizeWithFont with boundingRecWithSize correctly. I scoured through all the ... inRowHeightsAtIndex:0]; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    I have an app, that is made with unity 2d. Exporting it to android it weighs 100MB. Exporting it to iOS weighs ... just that file, gets 342 MB) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
460 views
1 answer
    I am trying to use the new iOS7 MKMapSnapshotter to generate a static map image. Whenever my app needs a map, ... anyone ever had this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
486 views
1 answer
    I am having a problem getting localization on iOS to work the way I think it is suppose to, but this is my ... either English or Spanish. Huh?! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
618 views
1 answer
    I want to share file between multiple applications in iOS environment. I'm already using the ... working. Regards, DAB See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    did some googling around saw that subview is no longer supported in iOS 7. Some ppl recommend creating custom ... ; [select_dialog release]; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
439 views
1 answer
    In iOS7, swiping up from the bottom of the screen or down from the top of the screen slides a "glass screen" ... solution? What API/call to use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    I want to send one string via airdrop, I want to call one function when the String is received on other ... and if Decline than "Declined". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
572 views
1 answer
    I am trying to disable the back gesture for my view controller using the following set of code. In ... it in the wrong place? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
453 views
1 answer
    I've got the following problem: I've written my first Swift App (for iOS7) and it worked fine. After changing ... problem and how to solve it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
599 views
1 answer
    I'm having a UITextView and set content inset as [atextView setContentInset:UIEdgeInsetsMake(0, 10, 0, 0)]; This ... happens in iOS 7.0. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    I'm having trouble setting properly a custom back indicator image. The indicator is not centered! Here is a pic: I'm ... it didn't work for me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
455 views
1 answer
    I try to create a new project with Xcode 6 that also runs on iOS 7. I've created a new project and ... -8650-4B8D-B161-D9FA26331ACD) (Shutdown) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
389 views
1 answer
    One of my apps uses the MKMapView at a very high (max) zoomLevel (high detail map) With the introduction ... just an indication of proportion) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
519 views
1 answer
    On iOS 7 for iPhone, there is a new app icon size: 120x120. I use this size to create an iOS 7-specific icon. ... on both iOS 6 and iOS 7? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    I am using AFHTTPRequestOperationManager to post some JSON to my server, my code is below. NSDictionary *parameters = ... problem is with this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
441 views
1 answer
    I'd like the app to advertise a service even when the app enters the background. With Core ... achieved with MCNearbyServiceAdvertiser? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
386 views
1 answer
    I have an iOS enterprise app that we are wirelessly distributing to our devices. Currently the app polls our server ... wait for it to install. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    I am creating an iOS 7 app in which I'd like to have a SearchBar right bellow the NavigationBar, and I ... SearchBar. How can I achieve that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    I am creating an iOS 7 app in which I'd like to have a SearchBar right bellow the NavigationBar, and I ... SearchBar. How can I achieve that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    I just upgraded my old project to new iOS 7. It was already using Cocoapods. I compile and run and ... project. Everything is good now! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
624 views
1 answer
    iOS 7 introduced a new user configuration to disable cellular data for specific apps. It can be configured in " ... interested in my apps usage. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I have UISearchBar in UITableView as a table header. When I push the UISearchBar for start searching, this method ... cursor in my UISearchBar? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
494 views
1 answer
    I try to create a new project with Xcode 6 that also runs on iOS 7. I've created a new project and ... -8650-4B8D-B161-D9FA26331ACD) (Shutdown) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
515 views
1 answer
    When you are in a conversation within the Messages app in iOS 7, if you scroll up or down you will ... bouncing. Any help would be appreciated 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

...