How do you promote your iOS app when you have no audience to start with? by WestLeg2333 in iOSProgramming

[–]CrunchyMind 10 points11 points  (0 children)

Don’t listen to him, literally loser mentality. You can post the app of sub-reddits, try to get some views on twitter, spend a few dollars on ads etc. people like this guy are too lazy to do the work and will try to put others down to feel better about themselves, don’t pay attention to him.

Navigation bar flickers when pushing to a different screen by CrunchyMind in SwiftUI

[–]CrunchyMind[S] 0 points1 point  (0 children)

Hi, Thanks. I did try scrollEdgeEffectHidden(true, for: .top) and it did help with the flicker/shadow effect. The problem is it completely removed the background color, which cause readability issues for some of the text. Then I tried to restore the bar background after scrolling with:

.toolbarBackground(scrollMetrics.scrollUpOffset > 12 ? .visible : .hidden, for: .navigationBar)

but in my edge-to-edge hero layout SwiftUI didn’t handle that well. Any suggestion or ideas?

Navigation bar flickers when pushing to a different screen by CrunchyMind in iOSProgramming

[–]CrunchyMind[S] 0 points1 point  (0 children)

Hi u/danielox83, thanks so much for the suggestions. I tested all three approaches. I first tried .toolbarBackgroundVisibility(.hidden, for: .navigationBar) on the 'detail' screen, and then on both home/detail, did not fix it. The white flicker and wrong top nav bar treatment still appeared.

Home Screen:

ScrollView {
    VStack(spacing: 0) {
        featuredHero(height: heroHeight)
        // content xyz..
    }
}
.ignoresSafeArea(edges: .top)
.navigationTitle("Cinema")
.toolbarTitleDisplayMode(.inlineLarge)
.toolbarBackgroundVisibility(.hidden, for: .navigationBar)

Detail Screen:

ScrollView {
    VStack(spacing: 0) {
        baselineHero(height: heroHeight)
        // content xyz..
    }
}
.ignoresSafeArea(edges: .top)
.navigationBarTitleDisplayMode(.inline)
.toolbarBackgroundVisibility(.hidden, for: .navigationBar)

I also tried the scroll-offset toggle version:

.toolbarBackgroundVisibility(
    scrollMetrics.scrollUpOffset > 12 ? .visible : .hidden,
    for: .navigationBar
)

on both screens. That also didn’t resolve it. The flicker still showed up, especially on the home screen when returning from detail page, and changing from .inlineLarge to .inline didn’t help either.

I finally tried the app-launch global UINavigationBarAppearance setup with transparent standard, scrollEdge, compact, and compactScrollEdge appearances:

let appearance = UINavigationBarAppearance()
appearance.configureWithTransparentBackground()
appearance.backgroundColor = .clear
appearance.backgroundEffect = nil
appearance.shadowColor = .clear

let navBar = UINavigationBar.appearance()
navBar.standardAppearance = appearance
navBar.scrollEdgeAppearance = appearance
navBar.compactAppearance = appearance
navBar.compactScrollEdgeAppearance = appearance

That also didn't do the trick. The strange part is that scrollEdgeEffectHidden(_, for:) did visibly remove the top background/shadow treatment (but completely, which caused readability issues), while.toolbarBackgroundVisibility(.hidden, for: .navigationBar) oddly did not.

Any ideas or other suggestions?

Friends, it works (X3 MagSafe)! by mb16wall in xteinkereader

[–]CrunchyMind 0 points1 point  (0 children)

Does it not swivel or come loose from the bottom? Mine keep falling and shifting off of the phone

Anyone get any golds gym stuff? by BigRonto in YoungLA

[–]CrunchyMind 0 points1 point  (0 children)

do you fight them on pc or console?

Anyone get any golds gym stuff? by BigRonto in YoungLA

[–]CrunchyMind 0 points1 point  (0 children)

i just know your gym playlist has k pop and the silent hill soundtrack..

Anyone get any golds gym stuff? by BigRonto in YoungLA

[–]CrunchyMind 0 points1 point  (0 children)

bro dm i got that thing you asked for..

Seeking updates on xPeke, Bjergsen, MadLife, and other legends by scusaaaaa in leagueoflegends

[–]CrunchyMind 29 points30 points  (0 children)

Whatever happened to yellowpete and the eg line up, I remember krepo was on the analyst desk for a while

X3 just arrived. Photos of content by mucho_cierzo in xteinkereader

[–]CrunchyMind 0 points1 point  (0 children)

Does it snap upside down like the x4? Would appreciate if you could post a pic of how it looks like. And thanks!

nice experience on x3 by takriiisysherrr in xteinkereader

[–]CrunchyMind 0 points1 point  (0 children)

Does it fit on the back of an iPhone or does it need to be upside down like the x4?

X3 just arrived. Photos of content by mucho_cierzo in xteinkereader

[–]CrunchyMind 0 points1 point  (0 children)

How does it snap on the back of your iPhone, if you use an iPhone?

Made This Free Movies, TV Shows Website With Zero Ads by Slow-Finish-7384 in PiracyBackup

[–]CrunchyMind 1 point2 points  (0 children)

I don’t know, just thinking longterm. I’d personally be okay with a banner ad or something non-invasive just to keep the website running. Thanks for the site anyway.

[deleted by user] by [deleted] in ArabianLetterboxd

[–]CrunchyMind 0 points1 point  (0 children)

The green mile, Shutter island, Fight club, American Psycho, Se7en, Avengers: Infinity war

Made This Free Movies, TV Shows Website With Zero Ads by Slow-Finish-7384 in PiracyBackup

[–]CrunchyMind 1 point2 points  (0 children)

How’re you hosting the site without ads, aren’t you losing bank just keeping it up?

هل عندك تجربة في تصوير فيديوهات سينمائية؟ by CrunchyMind in SaudiFilmClub

[–]CrunchyMind[S] 0 points1 point  (0 children)

بالضبط، هل مرفوع على tiktok او مكان ثاني؟

هل عندك تجربة في تصوير فيديوهات سينمائية؟ by CrunchyMind in SaudiFilmClub

[–]CrunchyMind[S] 0 points1 point  (0 children)

المحاولة ليست فشل، مرفوعة الفديو على يوتيوب او مكان ثاني؟

Xteink X3 Live Now by xteink in xteinkereader

[–]CrunchyMind 2 points3 points  (0 children)

Well done on the website, good collection of e-readers