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
411 views
1 answer
    I'm working on a project where I'm using a UICollectionView to create an 'image ticker' where I'm ... being dequeued immediately. Any thoughts? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
359 views
1 answer
    I have submitted my app to TestFlight and i have deliberately made the app on my device crash, but i don't ... the settings menu. Anyone know? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
432 views
1 answer
    I have a table view which contains a placeholders while it loads in images. When the image is loaded, I call ... I'll keep working at it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
408 views
1 answer
    I'm receiving a warning PerformSelector may cause a leak because its selector is unknown In the code: - (void) ... <NSObject> { // } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
238 views
1 answer
    How do I make a uitableview in interface builder compatible with 4 inch iphone5, and the older iPhone 4/4s? ... now clickable in iOS 6 simulator See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
370 views
1 answer
    I have an app that lets the user take a picture with his/her iPhone and use it as a background image for ... image quality. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    I want to observe changes to the x coordinate of my UIView's origin while it is being animated using ... looking for a abest practice. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
252 views
1 answer
    I would like to write a class function, which will return an array of the class type. As far as I understood ... type Self? Thanks for any help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
212 views
1 answer
    I have UIWebview that makes AJAX calls to external services. When offline i need to catch theses requests ... :self]; } @end See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
281 views
1 answer
    I'm having some really irritating problems with UILocalNotification. While finishing up an app that I've nearly ... this is happening) Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
283 views
1 answer
    I am using SWRevealViewController in order to implement a side nav menu in my app. I would like to make ... be greatly appreciated, thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
551 views
1 answer
    I'm learning swift , and I made a table with cells that show an image ,and classes in groups by MIME ... english it's not my native language See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
318 views
1 answer
    I have a sidebar menu, made with SWRevealViewController. One of menu elements in sidebar is "sign- ... as front controller) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
231 views
1 answer
    I have a UICollectionView and it works fine, but I want to add a few UICollectionViewCells items programmatically into ... 's throwing an error. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
393 views
1 answer
    I know that to get the current view controller from the app delegate, I can use the navigationController ... delegate holds a reference? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
197 views
1 answer
    I have a UIWebView embedded in my view controller like this: I have an outlet to my web view (_graphTotal) and I ... idea what I'm doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    I'm able to determine the coordinates of a touch event on a UIImageView. I need to then convert these ... view coordinates of a UIImageView? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
229 views
1 answer
    I'm working on a painting app that uses CoreGraphics for rendering. My problem is, for performance, I am trying to limit ... 10, 10}, {20, 20}} See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
352 views
1 answer
    My iPhone app has many buttons and I want all the buttons to call the same method, but with different parameters. ... but with argument @"bar". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    I am comfortable with localizing strings and images within the app. But I am having a lot of difficulty ... achieved a localized app icon? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a UIBezierPath inside my custom UIView draw(_ rect: CGRect) function. I would like to fill the path with a ... : I am working on Swift-3 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
303 views
1 answer
    Is it possible to delete a device to increase the device count in my Apple developer account? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
301 views
1 answer
    How do I change the UIAlertController's Title font using Swift? I'm not talking about the message color, I'm ... I'm talking about the Title. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
264 views
1 answer
    Im working with MKMapView and MKAnnotationView. I have an annotation in the map. When the users tap on it, the ... or the tap in the bubble? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
272 views
1 answer
    Can anybody help me? I can't find any description of the localization in Swift UI. Can anyone please give ... localize for example Text()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
219 views
1 answer
    I tried adding an interface controller to a storyboard, setting its Custom Class to a WKInterfaceController ... :6E20004 not found See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
166 views
1 answer
    I know this should be very simple, but I've been really struggling with creating a UILabel programmatically and ... behavior that I am getting. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
559 views
1 answer
    If I have a UIFont object, is it possible to convert it to bold? I don't know the font name, I ... illustrate the point.) Thanks in advance. 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

...