cannyboy

Results 25 issues of cannyboy

The GrowingTextView I want to use will be fixed to the top of the screen. ...so is there a way to grow the text downwards as they type?

I used to be able to include custom fonts within the text (with icon symbols), like so: `OOpen Website` This still works. However, on tap, the custom font returns to...

Is it possible to install the Swift 2 version with Cocoapods? I tried: ``` pod 'Reach', :git => 'https://github.com/Isuru-Nanayakkara/Reach.git' ``` .. but it installs the 1.2 version.

Perhaps this makes it simpler for asking if network is connected? from: https://github.com/simransdsu/Health-Sync/blob/develop/HealthSync/HealthSync/Util.swift

I got a crash on iOS 7 on this line, when coming back from Instagram (double-tap home and tap original app): ``` [super activityDidFinish:completed]; *** Assertion failure in -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:animation:],...

**Please describe what you need support with.** Is there a way to automatically delete cookies after a set period .. say 2 seconds .. after the page has loaded? Not...

Feature Request
Vote for me

I use a custom font in my nav bar - `[[UINavigationBar appearance] setTitleTextAttributes:navTitleAttributes];`. The font seems to be reset to the default when the nav bar comes back.

I've got a tableview (on the left) and a reorderable collectionview on the right. What I'd like to be able to achieve is the ability to drag from the collection...

Splash looks like something that could be useful for teaching programming to kids. Have the terminal or text editor on the left and the output on the desktop on the...

( I found this library while researching this: https://stackoverflow.com/questions/67403140/drag-separators-in-swiftui ) Is there a way to keep the other lines from moving, so that only the line being moved with handle...