anyone know of latest best practices for hiding the status bar in 2024 in UIKit?
the old ways no longer work
they change every once in a while
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
hey guys.
it's not thanksgiving holiday in every country.
your 2FA is broken. says "cannot send SMS message" or something.
somebody pay the Twilio bill haha!
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
anyone else see this?
Xcode uploader says:
App record with bundle identifier (our bundle) not found on App Store. (Then a bunch of boilerplate error msg).
This not a new app upload, app is already on the store.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
does anyone know where to find some slideshow/text/pdf versions of these?
https://developer.apple.com/tutorials/swiftui
maybe apple can use that fancy AI they are working on to generate those from the vides... to stress-test the AI :)
Topic:
Developer Tools & Services
SubTopic:
General
How did my contacts suddenly end up on iCloud when I didn't give permission to do such? Where is your security and privacy commitment for your own software, Apple? No wonder celebrities get hacked. They hack 1, and then you get a list of phone numbers and emails for a whole bunch of other A-listers.
as i am typing in a Terminal window on Catalina (as all developers must do), i must be accidentally hitting some secret pattern of keys, because yellow man page windows keep popping up to do a "man" command on whatever word i am typing.
how do we shut this terrible feature off?
trying to fix the seemingly common missing .dSYM file problem.
problem started occurring in xcode11 or so maybe? i have DWARF with dSYM File set in build settings but am not getting a .dSYM file in the archive package to upload to app store connect. any ideas?
as in the above note, shorter videos, say, less than 1 hour playing time seem to export ok. this is just a time clip operation we are doing not a composition.
but when we put videos longer than an hour and try to clip them to an hour, the export fails part way thru
we can see the .progress property proceeding
then we get the mysterious unknown error code:
An unknown error occurred (-12551)
as noted below in our console output
apple any hints besides unknown? surely your code knows why it failed. why not tell us?!
the "code = " listed below is the .status which shows as 4
waiting for trimmed movie file save 1 progress = 0.692948
2021-03-08 14:55:52.702278-0500 KargoCamera[1598:154227] Export failed: The operation could not be completed code = 4
2021-03-08 14:55:52.702412-0500 KargoCamera[1598:154227] Export recovidea: (null)
2021-03-08 14:55:52.702507-0500 KargoCamera[1598:154227] Export reason: An unknown error occurred (-12551)
sometimes, for the very same video file, we get an error from this call on iOS
example of fail case path:
/var/mobile/Media/DCIM/102APPLE/IMG_2685.mp4
sometimes it works fine. what?
[[NSFileManager defaultManager] attributesOfItemAtPath:filepath error:&error];
anyone see this before?
Hey guys, tried to follow the super confusing doc on this, but no luck yet.
https://developer.apple.com/av-foundation/Incorporating-HDR-video-with-Dolby-Vision-into-your-apps.pdf
I have code that uses AVAssetReader and AVAssetReaderTrackOutput to directly pull frames from a video, but the colors are wrong for HDR dolby videos. Basically what I want is to extract frames from an HDR Dolby video as images and have those images not be the wrong color. Don't care if they are only 8 bit per color instead of 10 and all the all new stuff, just the closest that old fashioned 8 bit per color supports.
I added the statement marked // added for dolby hdr per the above doc, (spread across several lines), no luck, still bad colors.
Any hints of what I am missing?
NSMutableDictionary* dictionary = [[NSMutableDictionary alloc] init];
[dictionary setObject:[NSNumber numberWithInt:kCVPixelFormatType_32BGRA] forKey:(NSString*)kCVPixelBufferPixelFormatTypeKey];
// added for dolby hdr
dictionary[AVVideoColorPropertiesKey] = @{
AVVideoColorPrimariesKey: AVVideoColorPrimaries_ITU_R_709_2,
AVVideoTransferFunctionKey: AVVideoTransferFunction_ITU_R_709_2,
AVVideoYCbCrMatrixKey: AVVideoYCbCrMatrix_ITU_R_709_2
};
AVAssetReaderTrackOutput* asset_reader_output = [[AVAssetReaderTrackOutput alloc] initWithTrack:video_track outputSettings:dictionary];
[asset_reader addOutput:asset_reader_output];
// from here we get sample buffers like this
CMSampleBufferRef buffer2 = [asset_reader_output copyNextSampleBuffer];
// then pixel buffer
CVPixelBufferRef inputPixelBuffer = CMSampleBufferGetImageBuffer(buffer2);
// then a CIImage
CIImage* ciImage = [CIImage imageWithCVPixelBuffer:inputPixelBuffer]; // one vid frame
then we use standard stuff to convert that to a CGImage/UIImage
hello all,
any idea if you can set the background color of one of these new SFSymbol images?
i tried this paletteColors: method, it seems to take only the first color and use it as the foreground color
UIImageSymbolConfiguration * config =
[UIImageSymbolConfiguration configurationWithPaletteColors:@[[UIColor blueColor], [UIColor redColor]]];
UIImage * confMatImageSel = [UIImage systemImageNamed:@"square.grid.2x2"
withConfiguration:config];
anybody else noticing : unable to pair iphone ios16.x to mac via bluetooth?
hello apple guys, why do live photos lose their live-ness even when going thru proprietary iMessage? what is the best way transfer these live photos between users even for testing? i see the little icon indicating it is a live photo on the "sent" side of the message, but on the rec'vd side it shows as a regular photo.
anyone else notice this greek letter misspelled in the keycaps app?
i thought i was spelling it wrong but maybe not?
anyone else notice this?
last data seems to be from Sep 9 2023
status is green on the status page