Tim Ahrentlov

Results 7 issues of Tim Ahrentlov

### Description CollectionView no longer works on iOS 15.4 for version 5.0.0.2401. The items are not displayed and the Application Output has a lot of repeated error messages: **The behavior...

t/bug :bug:
s/unverified

No corners. Only squares. Works on iOS. Downgrading to previous version solves the problem. Seen on Huawei P10 Lite running Android 8.0. Android: iOS:

bug
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. If...

For when you have sub-classed sections this would be nice to have: public void PerformFilter (string text) { .. newSection = MakeNewSection(section); ... } public virtual Section MakeNewSection(Section section) {...

I've been experimenting with creating data-entry form using dialogs. Many aspects are covered by the current version of Dialogs. And many thanks to Miquel for making our lives easier. But...

This almost works: class DurationElement : TimeElement { double durationValue = 0; ``` public DurationElement(string caption, double duration): base(caption, DateTime.MinValue) { durationValue = duration; } public override UIDatePicker CreatePicker ()...

Please add build instructions to the repo