Robert Moore

Results 8 issues of Robert Moore

### Overview On both iPhone 4s (iOS 8.3) and iPhone X (iOS 11), loading the TabBarViewController example in the MDC Catalog results in a console warning about the tabbar cells...

type:Bug
[Tabs]
skill:UICollectionView
device:iPhone 4S

I'm on step 3 of the Sketch codelab and it tells me to "create a new project in Sketch," but there is no "New Project" option. Only File → New,...

The [TypographyScheme initialization comment on Line 78 of ApplicationScheme.m](https://github.com/material-components/material-components-ios-codelabs/blob/666a987/MDC-103/ObjectiveC/Complete/Shrine/Shrine/ApplicationScheme.m#L78) refers to an MDCSemanticColorScheme object. ```objc // Instantiate a MDCSemanticColorScheme object and modify it to our chosen colors _typographyScheme = [[MDCTypographyScheme...

The CBC cells (main list/tiles) are not accessibility elements. VoiceOver users can only tap on the labels within each cell. Instead, the entire cell should be the accessibility element and...

type:accessibility

Consider moving: class is a view controller class responds to required catalog method if onlyPresentable class must be presentable to the same predicate so the entire array can be filtered...

Internal cleanup

## 3.0.0 ##### Breaking * Increases the minimum supported OS version to iOS 9.0

cla: yes

I would like to pass a sprite sheet to MDFSpritedAnimationView and have an option for it to automatically be mirrored in RTL. When a UIImage object is passed with an...

Whenever a PR is opened against the `stable` branch, it should be automatically changed to be a PR against `develop`. This will prevent accidental merges directly to `stable`. ## Exceptions...

enhancement