#bottomsheet #android #kotlin https://medium.com/halcyon-mobile/implementing-googles-refreshed-modal-bottom-sheet-4e76cb5de65b
Medium
Implementing Google’s refreshed modal bottom sheet
This year’s Google I/O introduced an improved version of Material Design to the curious public in Mountain View and across the globe. With…
for family: String in UIFont.familyNames
{
print(family)
for names: String in UIFont.fontNames(forFamilyName: family)
{
print("== \(names)")
}
}
{
print(family)
for names: String in UIFont.fontNames(forFamilyName: family)
{
print("== \(names)")
}
}