2014-12-15 Shadows and rounded corners
The app I'm currently working on, requires a textfield with shadow and rounded corners. That doesn't . . . var textView: UITextView! @IBOutlet weak var datePicker: UIDatePicker! @IBOutlet weak var toolbar: . . . self.addShadowAndCornerRadius(self.datePicker) self.addShadowAndCornerRadius(self.toolbar) . . . on a plain UIView, UIButton, UITextView and UIDatePicker. . . .
2K - last updated 2014-12-15 08:31 UTC by 7130
2023-02-22 Unselectable picker in SwiftUI
Today I spent too much time looking at a bit of code that wasn't working. Here's the problem: the following . . . essentially it's read-only. struct UnselectablePicker: View { struct Language: Identifiable, Hashable . . . @State private var selectedLanguage = UnselectablePicker.Language(title: "German", id: "de-DE") var . . .
2K - last updated 2023-11-07 10:19 UTC by bartvk
Eclipse
[http://simplygenius.com/geekblog/2005/04/08/1112982083849.html Painless Eclipse upgrades under Linux] . . . Testing Frameworks] page at C2 [[EPIC]] for Perl [[PHPEclipse]] for PHP [http://www.eclipse.org/webtools/wst/main.html . . .
1K - last updated 2006-02-28 15:58 UTC by 7130
EPIC
[http://e-p-i-c.sourceforge.net EPIC homepage] Shortcomings: * Right-clicking and choosing 'open sub . . .
2K - last updated 2006-02-07 12:38 UTC by 7130
4 pages found.