Skip to content

Commit

Permalink
add ios draft
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschaller committed Aug 8, 2023
1 parent 724b44a commit 0e36965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Classes/MapboxMapController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ class MapboxMapController: NSObject, FlutterPlatformView, MGLMapViewDelegate, Ma
for layer in layers {
if let symbolLayer = layer as? MGLSymbolStyleLayer {

symbolLayer.text = NSExpression(forConstantValue: expressionValue)
}
}
}
Expand Down

0 comments on commit 0e36965

Please sign in to comment.