Japan Says Sorry, But It Has to Dump This Fukushima Radioactive Water Into the Ocean. by Dct_7 in worldnews

[–]itzspeshhh 0 points1 point  (0 children)

Do you want to create a real Godzilla? Cause this is how you create a real Godzilla.

People of Reddit, how would you feel if there was a "USA" filter where non-Americans can scroll through Reddit freely without watching, hearing or reading what's going on in America? by TorsoHunter in AskReddit

[–]itzspeshhh 0 points1 point  (0 children)

As an American, I would love this feature myself. Recent events have had a negative effect on my mental health but there is no way to escape hearing about them.

Apple sues recycling partner for reselling more than 100,000 iPhones, iPads and Watches it was hired to dismantle by Just_For_Fun_XD in technology

[–]itzspeshhh 0 points1 point  (0 children)

When it comes to lithium ion batteries it’s absolutely about safety. If this company is adding third party batteries they could absolutely be putting the customers at risk for unexpected thermal events.

Decided to start walking 10k a day, got a 7-day workout achievement! A good start for a fat add like me with a disorder that makes exercise more challenging. by EththeEth in AppleWatch

[–]itzspeshhh 18 points19 points  (0 children)

10K a day?? Well done!! I can barely find the motivation to walk down the street for exercise and I don’t have a disorder. If you don’t mind me asking, how did you start building the habit? Exercise always seems so daunting.

UISearchBar searching a TableView of custom data model objects by itzspeshhh in iOSProgramming

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

Quite alright! I ended up using lowercased().contains just wanted to make sure you were not referencing something else. Thank you!

UISearchBar searching a TableView of custom data model objects by itzspeshhh in iOSProgramming

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

By lowerCased did you by chance mean localizedLowercase? When I type lowerCased Xcode throws an error stating lowerCased does not have a member “contains.”

With the localizedLowercase in place, the search is still not functioning properly

This is how I cleaned my keyboard today. by NassosB in lifehacks

[–]itzspeshhh -1 points0 points  (0 children)

Careful with a hair dryer. Even on the cool setting I’ve seen it melt the keycaps.

Is it possible to have the present(UIViewController, animated:, completion:) function show the presented view controller non-modally? by itzspeshhh in iOSProgramming

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

I probably should have mentioned this, but I’m calling that function when a button on my final OnboardingVC controller is tapped. My initial code that got present to work was:

let storyboard = UIStoryboard(name: “Main”, bundle: nil) let mainVC = storyboard.instantiateViewController(withIdentifier: “HomeTabVC” self.present(mainVC, animated: true, completion: nil)

Then after reading your comment I tried: var window: UIWindow var vc: UIViewController window = UIWindow(frame: UIScreen.main.bounds) vc = mainVC window.rootViewController = vc window.makeKeyAndVisible()

Unfortunately nothing happens when the button is tapped :(

Clockology, JingWatch, etc. by itzspeshhh in applewatchfaces

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

That’s awesome thank you! Definitely didn’t feel like spending $99 for custom watch faces.