python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Title in button shrinks Swift
I have a button but when I add it to my view the text shrinks... I have no idea what is going on I think I've tried everything. Please help! Thanks!!
This is how I'm creating my button
private lazy ...
Fernando Ivan Perez Ruiz
Votes: 0
Answers: 0
Programmatically create and listen for multiple signals and a ticking interval with tokio
I'm trying to programmatically listen to multiple signals and a ticking interval.
To clear things up, here is the code I have currently:
use std::time::Duration;
use tokio::signal::unix::SignalKind;
...
weisbrja
Votes: 0
Answers: 1
Perform Segue is not working when i am using programmatic UI
I am creating an app for my personal project using programmaticUI and storyboard for the UI part, but i found an issue when i tried to performSegue from my "SecondViewController" to my "...
Novando Santosa
Votes: 0
Answers: 2
macOS statusBarApp without Storyboard create and close settingsWindow causing EXC_BAD_ACCESS
I have a MacOS cocoa statusBarApp without any Storyboard with main.swift file.
The statusBarIcon shows up a Menu which presents a custom view with a button, which should open a settingsWindow - which ...
Relique R
Votes: 0
Answers: 1