Search results for

“build disappears”

51,316 results found

Post

Replies

Boosts

Views

Activity

Make a header of a View 1 disappear according to the position of the body of a View 2
Good evening, I am a beginner in SwiftUI (and in code in general). I am currently trying to make an application for a university project. I would like to organize the layout of my different tabs. I'm trying to manage by taking different pieces of code from the internet to form what I want to achieve. Currently I'm stuck for 8 hours on something that seems simple: A code I copied allowed me to put a presentation name that disappears when you scroll up the page content. I didn't like the TabBar, so I replaced it with a template that has a more fluid animation. I am in the following situation: I would like to form a Home tab with 2 categories: News and Challenges. For this, I have four Swift files: i. MixView ii. MixTabBar iii. NewsView iv. ChallengesView The problem comes from the fact that initially on the viewed youtube video, the data of the News page was present on the home page. Scrolling this data made the header disappear. As I also have the Challenges, I have to (I think) find a way to
0
0
448
Nov ’22
Build Not Showing on iTunes Connect
Xcode show build uploaded successfully, But in iTunes Connect it not showing. It show some time on iTunes connect on all build section then it disappear and not showing any build. In last 15 days we have been trying to uploaded the build on iTunes Connect and still facing that issue.
5
0
1.2k
Oct ’16
Get message to disappear when user adds something to collection view
I'm programatically trying to add a label to the collection view when the collection view is empty so let the user know that the collection view is empty. I created a function to do this. However, whenever the collection view isn't empty anymore, I can't get the label to disappear, does anyone know how I can change this. Here is my code:func EmptyCollectionView() { if communities.count == 0 { let messageLabel = UILabel(frame: CGRect(x: 20.0, y: 0, width: self.collectionViews!.bounds.size.width - 40.0, height: (self.collectionViews?.bounds.size.height)!)) messageLabel.text = You haven't created anything yet! messageLabel.font = messageLabel.font.withSize(20) messageLabel.font = UIFont.boldSystemFont(ofSize: messageLabel.font.pointSize) messageLabel.textColor = colorCircleBlue messageLabel.numberOfLines = 0 messageLabel.textAlignment = NSTextAlignment.center messageLabel.sizeToFit() self.collectionViews?.backgroundView = messageLabel } else { addPhoto() } }
1
0
621
Aug ’17
Reply to Reviews are not showing in the App Store
check out this answer From real life tests I realized the following: if the user removes the app in the first week after reviewing it, the review will disappear if the user did not open the app at least two times in the first week of installation, the review will disappear if the user install the app and review it before opening the app, the review will disappear
Nov ’22
Reply to Widgets not working with TestFlight since Xcode 12 beta 3
Right Xcode beta 4 still has the problem. I discovered that to reproduce the problem you don't even need to submit through TestFlight. Just building in Xcode as release (vs debug) causes widgets to disappear. I have also tried the dead-code stripping settings in build settings for the target and changing that does not fix the problem either. Given that HomeWidgets is an important feature of iOS 14, it's strange that Apple has not tested this once and even stranger that after filing bug reports against beta 3, they still have not fixed the problem in beta 4.
Topic: App & System Services SubTopic: General Tags:
Aug ’20
Reply to Touches began Func not working on scrollView
Where is the text you want to make disappear ? Inside a textField ? Where is this textField declared ?i want the keyboard to disappear when the user tap the screen (user only can see the keyboard when tap UITextFieldWhat is the Default View you mention ?maybe it was silly to mention Default 'view' what i meant for that is when you create a 'View Controller' comes with a blank screen and if you see it in the 'Document Outline it saysView Controller Scene View Controller View Safe Area First Responder ExitWhy would it call textFieldShouldReturn(_ textField: UITextField)i don't know i as far as i know i should put those two to make the text disappear and call it back (i read it in some place and always do it)Why would it make the text disappear ?i just want the keyboard to disappear not text
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’18
TouchId Authentication screen disappears when any system alert pop's up
We have noticed a issue where TouchID authentication screen disappears when any system alert like OS update screen etc. is in foregroundSteps to reproduce the issue.- Device displays any system alert like Location settings, Carrier settings, OS update etc. Do not act on the alert.- Lock the device screen.- Now trigger a remote push notificaiton to the device.- on Lock screen swipe the notification, so that teh application will be launched and becomes active. In applicationDidBecomeActive call back, try to launch TouchID screen using LAContext.Now, we do not see the touchID screen.Basically we want to do TouchId authentication when user launches the app by swiping the push notificaiton on lock screen.Is there any one who faced this issue? Any possible solution?
0
0
341
Nov ’15
UITextView text disappears after applying transform
I have a simple UITextView with a custom NSLayoutManager in my app. The UITextView have a tap gesture and when you tap on UITextView it animates off the screen. My problem is that when you tap on the UITextView the entire text disappears. After debugging for a while I think it has something to do with NSTextContainer which I pass to the UITextView because If I don't pass it everything works fine. I thought it had to do something with my custom NSLayoutManager but then I tested it with a default NSLayoutManger and it is still giving the same issue. Can you please tell me what is going wrong? I have attached a sample code for your reference. I have slowed down the animation so can see what is wrong. class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() setUpTextView() } private func setUpTextView() { let rect = CGRect(origin: CGPoint(x: view.frame.origin.x, y: view.frame.origin.y + 50 ), size: CGSize(width: view.frame.width, height: view.frame.height - 50 ) ) let te
0
0
684
Jan ’23
High bitrate video streaming in avplayer sometimes audio disappears
Hello, I used AVPlayer in my project to play network movie. Most movie could play normally, but I found the sound will disappear sometimes if I play specified 4K video network stream. The video will continue playing but audio stops after video is played for a while. If I pause player and then resume, the sound will be back but disappeared again after several seconds Check AVPlayerItem status: isPlaybackLikelyToKeepUp` == true isPlaybackBufferEmpty` = false player.volume > 0 According the value above, it seems not cause by empty playback buffer or volume issue. I am so confused for this situation. Movie information Video Format : AVC Format/Info : Advanced Video Codec Format profile : High L5.1 Codec ID : avc1 Codec ID/Info : Advanced Video Coding Bit rate mode : Variable Bit rate : 100.0 Mb/s Width : 3 840 pixels Height : 2 160 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 29.970 (30000/1001) FPS Audio Format : AAC LC Format/Info : Advanced Audio Codec Low Com
0
0
629
Nov ’24
iOS 9.3 beta 3 AppStore app disappear
Hello,I've a very strange behavior with one of my developed applications installed from the AppStore when updating from iOS 9.2.1 to iOS 9.3 beta 3: the application disappears from the home screen.I cannot access the application anymore and, if I reinstall it, the persistent storage has been erased.When I inspect the device logs just after the update to iOS 9.3 beta 3, I can see the following line with the application which have the problem:containermanagerd[75] <Notice>: 0x1f081000 __83 - [MCMCodeSigningMapping _migrateCachedCodeSigningInfoFromBundleContainersToMapping]_block_invoke: Migrating code signing info for com.my_application_with_the_problemWith the application which doesn't have the problem, I can see the following logs:containermanagerd[75] <Notice>: 0x1f115000 - [MCMCodeSigningMapping _onQueue_codeSigningInfoForIdentifier:externalRequest:]: Migrating code signing info from bundle container upon request for com.my_application_without_the_problemcontainermanagerd[75] <Notice
2
0
1.4k
Feb ’16
SwiftUI - Ipad crashes when form elements disappear
If you have a form like the below, to show some fields just when a specific option of a Picker is selected (so it appears/disappears based on the picker selected option) if you are running an Ipad and you are inside (keyboard opened) of any of the fields that will disappear if you select the other Picker element, once doing it the app crashes:Picker(selection: $createAccount, label: Text()) { Text(New Account) .tag(0) Text(Existing Account) .tag(1) } .pickerStyle(SegmentedPickerStyle()) Form { Section(header: Text(Personal information)) { if (self.createAccount == 0) { TextField(Name, text: self.$name) } } }This happens if you play with .disabled too.Does anyone have a workaround? Perhaps this is a known bug?Crash traceException Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc handler [17379] Application
8
0
3.3k
Nov ’19
Right thumbnail bar of QLPreviewController disappeared in iOS 11
Hi,I'm opening a pdf using QLPreviewController, which usually appears with a right thumbnail bar in iOS 10. But when I run the app on iOS 11, the thumbnail bar disappeared. I'm using the following Objective-C code to preview a pdf.-(void)viewDidLoad { if ([QLPreviewController canPreviewItem:[[NSBundle mainBundle] URLForResource:@alice withExtension:@pdf]]) { QLPreviewController *previewController = [[QLPreviewController alloc] init]; previewController.dataSource = self; [previewController.view.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width/1.2, self.view.frame.size.height)]; [self addChildViewController:previewController]; [viewQuickLook addSubview:previewController.view]; [previewController didMoveToParentViewController:self]; } } -(NSInteger) numberOfPreviewItemsInPreviewController:(QLPreviewController *)controller { return 1; } - (id <QLPreviewItem>)previewController:(QLPreviewController *)controller previewItemAtIndex:(NSInteger)index { NSURL *pdfURL = [[NSBundle mainBundl
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
804
Nov ’17
IOS 10 beta and disappearing folders
Installed iOS 10 beta on Sprint iPhone 5s. Noticed laggy performance. As well as fuzzy/blurry icons when exiting app or pulling up a folder and closing it out. Went to reduce motion and reduce transparency. When going back to the home screen, the folder that I had opened to get to my settings is no longer visible, but the spot is still being recognized. Tried locking phone, enabling said features again. Only way to restore visibility of folder is powering the phone down and turning it back on.
2
0
736
Jun ’16
Make a header of a View 1 disappear according to the position of the body of a View 2
Good evening, I am a beginner in SwiftUI (and in code in general). I am currently trying to make an application for a university project. I would like to organize the layout of my different tabs. I'm trying to manage by taking different pieces of code from the internet to form what I want to achieve. Currently I'm stuck for 8 hours on something that seems simple: A code I copied allowed me to put a presentation name that disappears when you scroll up the page content. I didn't like the TabBar, so I replaced it with a template that has a more fluid animation. I am in the following situation: I would like to form a Home tab with 2 categories: News and Challenges. For this, I have four Swift files: i. MixView ii. MixTabBar iii. NewsView iv. ChallengesView The problem comes from the fact that initially on the viewed youtube video, the data of the News page was present on the home page. Scrolling this data made the header disappear. As I also have the Challenges, I have to (I think) find a way to
Replies
0
Boosts
0
Views
448
Activity
Nov ’22
Build Not Showing on iTunes Connect
Xcode show build uploaded successfully, But in iTunes Connect it not showing. It show some time on iTunes connect on all build section then it disappear and not showing any build. In last 15 days we have been trying to uploaded the build on iTunes Connect and still facing that issue.
Replies
5
Boosts
0
Views
1.2k
Activity
Oct ’16
Get message to disappear when user adds something to collection view
I'm programatically trying to add a label to the collection view when the collection view is empty so let the user know that the collection view is empty. I created a function to do this. However, whenever the collection view isn't empty anymore, I can't get the label to disappear, does anyone know how I can change this. Here is my code:func EmptyCollectionView() { if communities.count == 0 { let messageLabel = UILabel(frame: CGRect(x: 20.0, y: 0, width: self.collectionViews!.bounds.size.width - 40.0, height: (self.collectionViews?.bounds.size.height)!)) messageLabel.text = You haven't created anything yet! messageLabel.font = messageLabel.font.withSize(20) messageLabel.font = UIFont.boldSystemFont(ofSize: messageLabel.font.pointSize) messageLabel.textColor = colorCircleBlue messageLabel.numberOfLines = 0 messageLabel.textAlignment = NSTextAlignment.center messageLabel.sizeToFit() self.collectionViews?.backgroundView = messageLabel } else { addPhoto() } }
Replies
1
Boosts
0
Views
621
Activity
Aug ’17
Reply to Reviews are not showing in the App Store
check out this answer From real life tests I realized the following: if the user removes the app in the first week after reviewing it, the review will disappear if the user did not open the app at least two times in the first week of installation, the review will disappear if the user install the app and review it before opening the app, the review will disappear
Replies
Boosts
Views
Activity
Nov ’22
Reply to Widgets not working with TestFlight since Xcode 12 beta 3
Right Xcode beta 4 still has the problem. I discovered that to reproduce the problem you don't even need to submit through TestFlight. Just building in Xcode as release (vs debug) causes widgets to disappear. I have also tried the dead-code stripping settings in build settings for the target and changing that does not fix the problem either. Given that HomeWidgets is an important feature of iOS 14, it's strange that Apple has not tested this once and even stranger that after filing bug reports against beta 3, they still have not fixed the problem in beta 4.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’20
Reply to Touches began Func not working on scrollView
Where is the text you want to make disappear ? Inside a textField ? Where is this textField declared ?i want the keyboard to disappear when the user tap the screen (user only can see the keyboard when tap UITextFieldWhat is the Default View you mention ?maybe it was silly to mention Default 'view' what i meant for that is when you create a 'View Controller' comes with a blank screen and if you see it in the 'Document Outline it saysView Controller Scene View Controller View Safe Area First Responder ExitWhy would it call textFieldShouldReturn(_ textField: UITextField)i don't know i as far as i know i should put those two to make the text disappear and call it back (i read it in some place and always do it)Why would it make the text disappear ?i just want the keyboard to disappear not text
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’18
TestFlight uploaded successfully but disappear after few minutes, not receiving any email from apple
I have uploaded a lot of version on TestFlight and all of them not showing, is there a mistake from testflight side, I have try a lot of workaround way but it still disappear
Replies
2
Boosts
0
Views
380
Activity
Jul ’22
TouchId Authentication screen disappears when any system alert pop's up
We have noticed a issue where TouchID authentication screen disappears when any system alert like OS update screen etc. is in foregroundSteps to reproduce the issue.- Device displays any system alert like Location settings, Carrier settings, OS update etc. Do not act on the alert.- Lock the device screen.- Now trigger a remote push notificaiton to the device.- on Lock screen swipe the notification, so that teh application will be launched and becomes active. In applicationDidBecomeActive call back, try to launch TouchID screen using LAContext.Now, we do not see the touchID screen.Basically we want to do TouchId authentication when user launches the app by swiping the push notificaiton on lock screen.Is there any one who faced this issue? Any possible solution?
Replies
0
Boosts
0
Views
341
Activity
Nov ’15
UITextView text disappears after applying transform
I have a simple UITextView with a custom NSLayoutManager in my app. The UITextView have a tap gesture and when you tap on UITextView it animates off the screen. My problem is that when you tap on the UITextView the entire text disappears. After debugging for a while I think it has something to do with NSTextContainer which I pass to the UITextView because If I don't pass it everything works fine. I thought it had to do something with my custom NSLayoutManager but then I tested it with a default NSLayoutManger and it is still giving the same issue. Can you please tell me what is going wrong? I have attached a sample code for your reference. I have slowed down the animation so can see what is wrong. class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() setUpTextView() } private func setUpTextView() { let rect = CGRect(origin: CGPoint(x: view.frame.origin.x, y: view.frame.origin.y + 50 ), size: CGSize(width: view.frame.width, height: view.frame.height - 50 ) ) let te
Replies
0
Boosts
0
Views
684
Activity
Jan ’23
High bitrate video streaming in avplayer sometimes audio disappears
Hello, I used AVPlayer in my project to play network movie. Most movie could play normally, but I found the sound will disappear sometimes if I play specified 4K video network stream. The video will continue playing but audio stops after video is played for a while. If I pause player and then resume, the sound will be back but disappeared again after several seconds Check AVPlayerItem status: isPlaybackLikelyToKeepUp` == true isPlaybackBufferEmpty` = false player.volume > 0 According the value above, it seems not cause by empty playback buffer or volume issue. I am so confused for this situation. Movie information Video Format : AVC Format/Info : Advanced Video Codec Format profile : High L5.1 Codec ID : avc1 Codec ID/Info : Advanced Video Coding Bit rate mode : Variable Bit rate : 100.0 Mb/s Width : 3 840 pixels Height : 2 160 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 29.970 (30000/1001) FPS Audio Format : AAC LC Format/Info : Advanced Audio Codec Low Com
Replies
0
Boosts
0
Views
629
Activity
Nov ’24
iOS 9.3 beta 3 AppStore app disappear
Hello,I've a very strange behavior with one of my developed applications installed from the AppStore when updating from iOS 9.2.1 to iOS 9.3 beta 3: the application disappears from the home screen.I cannot access the application anymore and, if I reinstall it, the persistent storage has been erased.When I inspect the device logs just after the update to iOS 9.3 beta 3, I can see the following line with the application which have the problem:containermanagerd[75] <Notice>: 0x1f081000 __83 - [MCMCodeSigningMapping _migrateCachedCodeSigningInfoFromBundleContainersToMapping]_block_invoke: Migrating code signing info for com.my_application_with_the_problemWith the application which doesn't have the problem, I can see the following logs:containermanagerd[75] <Notice>: 0x1f115000 - [MCMCodeSigningMapping _onQueue_codeSigningInfoForIdentifier:externalRequest:]: Migrating code signing info from bundle container upon request for com.my_application_without_the_problemcontainermanagerd[75] <Notice
Replies
2
Boosts
0
Views
1.4k
Activity
Feb ’16
SwiftUI - Ipad crashes when form elements disappear
If you have a form like the below, to show some fields just when a specific option of a Picker is selected (so it appears/disappears based on the picker selected option) if you are running an Ipad and you are inside (keyboard opened) of any of the fields that will disappear if you select the other Picker element, once doing it the app crashes:Picker(selection: $createAccount, label: Text()) { Text(New Account) .tag(0) Text(Existing Account) .tag(1) } .pickerStyle(SegmentedPickerStyle()) Form { Section(header: Text(Personal information)) { if (self.createAccount == 0) { TextField(Name, text: self.$name) } } }This happens if you play with .disabled too.Does anyone have a workaround? Perhaps this is a known bug?Crash traceException Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc handler [17379] Application
Replies
8
Boosts
0
Views
3.3k
Activity
Nov ’19
Right thumbnail bar of QLPreviewController disappeared in iOS 11
Hi,I'm opening a pdf using QLPreviewController, which usually appears with a right thumbnail bar in iOS 10. But when I run the app on iOS 11, the thumbnail bar disappeared. I'm using the following Objective-C code to preview a pdf.-(void)viewDidLoad { if ([QLPreviewController canPreviewItem:[[NSBundle mainBundle] URLForResource:@alice withExtension:@pdf]]) { QLPreviewController *previewController = [[QLPreviewController alloc] init]; previewController.dataSource = self; [previewController.view.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width/1.2, self.view.frame.size.height)]; [self addChildViewController:previewController]; [viewQuickLook addSubview:previewController.view]; [previewController didMoveToParentViewController:self]; } } -(NSInteger) numberOfPreviewItemsInPreviewController:(QLPreviewController *)controller { return 1; } - (id <QLPreviewItem>)previewController:(QLPreviewController *)controller previewItemAtIndex:(NSInteger)index { NSURL *pdfURL = [[NSBundle mainBundl
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
804
Activity
Nov ’17
Notes disappeared after iOS update
I have lost about 30 notes after a recent iOS updates. Everything neatly sorted into headings - minus my notes. Does anyone have any ideas please how I can find my missing notes??
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
140
Activity
Sep ’16
IOS 10 beta and disappearing folders
Installed iOS 10 beta on Sprint iPhone 5s. Noticed laggy performance. As well as fuzzy/blurry icons when exiting app or pulling up a folder and closing it out. Went to reduce motion and reduce transparency. When going back to the home screen, the folder that I had opened to get to my settings is no longer visible, but the spot is still being recognized. Tried locking phone, enabling said features again. Only way to restore visibility of folder is powering the phone down and turning it back on.
Replies
2
Boosts
0
Views
736
Activity
Jun ’16