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
250 views
1 answer
    I need to show 3 items in a UICollectionView, with paging enabled like this but I am getting like this I have made custom ... 0, 272, 0, 272); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
178 views
1 answer
    I had problems while "archiving" my app. I think there are invalid profiles because of iPhone Update to ... and solve that fault? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
202 views
1 answer
    I tried many days to realise this: I want to add in my UIViewController two different CollectionView. For example I want ... give me a hand. :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
228 views
1 answer
    I have a UIButton with text "Explore the app" and UIImage (>) In Interface Builder it looks like: [ (>) ... I move the UIImage to the right? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    This is my case: let passwordSecureTextField = app.secureTextFields["password"] passwordSecureTextField.tap() ... Any workarounds? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
332 views
1 answer
    I am trying to write a test case using the new UI Testing available in Xcode 7 beta 2. The App has a ... related to this. Any ideas/suggestions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
521 views
1 answer
    I cant for the love of god the the hang of this resizing superview. I have a UIView *superview with 4 UILabels ... scratching my hair of.. help See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
400 views
1 answer
    I am using a UITextField with a UIPickerView for its inputView, so that when the user taps the text field ... cursor on the UITextField instead? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
197 views
1 answer
    I am building an app that has a feed view for user-submitted posts. This view has a UITableView with a custom ... use any tips you might have. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
292 views
1 answer
    I have the .ipa from PhoneGap build and I need to test it. I got provisioning profile from Developer account. ... follow some rules to install? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
221 views
1 answer
    While investigating a memory leak I discovered a problem related to the technique of calling setRootViewController: ... view hierarchies around. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
139 views
1 answer
    In Objective-C, we use this code to set RGB color codes for views: #define UIColorFromRGB(rgbValue) [UIColor ... I use this in Swift? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
204 views
1 answer
    I have to ask this, because: The only thing I recognize is, that if the assertion fails, the app crashes. Is that the ... may a -0.9 or -1.1? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
153 views
1 answer
    UICollectionView animate items after reloadItemsAtIndexPaths is called (fade animation). Is there a way to avoid this animation? iOS 6 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
163 views
1 answer
    I have a UIBarButtonItem opening an action sheet to offer users choices about what to do. Everything works as expected ... ; [sheet release]; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
249 views
1 answer
    I am trying to add a drop shadow to views that are layered on top of one another, the views collapse ... the best coded solution for this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
274 views
1 answer
    Both have most of the same attributes, both support different kind of animations, both represent different data. What ... UIView and a CALayer? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
164 views
1 answer
    I'm trying to understand the functionalities of these methods. Could you provide me with a simple use case to ... convertPoint:toView: {0, 0} See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
259 views
1 answer
    What does "nonatomic" mean in this code? @property(nonatomic, retain) UITextField *theUsersName; What is the ... atomic and nonatomic? Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    I am using a build scheme for prod and one for staging (with 2 different bundle identifiers) and I am trying ... do the setup manually? Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
370 views
1 answer
    I have UICollectionView with horizontal scrolling and there are always 2 cells side-by-side per the ... subclass? Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    I have added multiple target-action-forControlEvents: to a UIButton. I'd like to remove all of these in one go without ... how do I go about it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
593 views
1 answer
    I am trying to install cocoapods to my mac [ macOs bigSur 11.1 , Xcode 11.3 ] but after typing sudo gem install ... 6.0/ffi-1.15.0/gem_make.out See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
263 views
1 answer
    Why am I getting an error in this code, it seems perfectly normal to me. I declare 'hills' as a variable but ... / 2, 300) self.addChild(hills) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
273 views
1 answer
    I have a TableVIewthat gets populated by a FetchResultsController. Fetched items are properly displayed in their own ... key: "name", ascending: true)] productRequest.predicate...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
266 views
1 answer
    I have a number of custom pins on a map and when a user taps a pin and then the button on the Callout ... .transform = .identity }) } Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
138 views
1 answer
    So I am using Swift now and I had one notification appearing at a certain time when one switch was activated. ... your help, thanks in advance! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
134 views
1 answer
    I'm trying to store the JSON that is within the JSON i get from the following request... NSURL *URL = [NSURL ... "age":28, } " } ] 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

...